Skip to content

Commit

Permalink
Update documentation to include details on running example
Browse files Browse the repository at this point in the history
  • Loading branch information
thedjpetersen committed Dec 7, 2023
1 parent 7821d32 commit 3db892e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Use this space to show useful examples of how a project can be used. Additional

_For a full usage example please checkout the example listed in the [examples directory](https://github.com/thedjpetersen/flow-like-water/tree/main/examples)_

_You can run the example code by running `npm run example` from the root directory_

```typescript
// Import the necessary classes from the library
import { Task, TaskGroup, FlowControl } from "./your-library-path";
Expand Down

0 comments on commit 3db892e

Please sign in to comment.