Skip to content

Commit

Permalink
chore(README): Include install command (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jun 12, 2020
1 parent dfc3a09 commit 5f29d24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
Koala is a collection of Koa add-ons intended to make it easy to follow common SEEK conventions around tracing, logging and metrics.
Refer to the [Koala manifesto](CONTRIBUTING.md) for philosophy behind Koala.

```shell
yarn add seek-koala
```

## Included Add-Ons

- **[AsyncMiddleware](./src/asyncMiddleware/README.md)** facilitates lazy loading of an asynchronously-initialised middleware.
Expand Down

0 comments on commit 5f29d24

Please sign in to comment.