Skip to content

Commit

Permalink
doc: add header to refer to api reference. (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: niftylettuce <niftylettuce@gmail.com>
  • Loading branch information
winkies and niftylettuce committed Jan 17, 2022
1 parent 05fe8dd commit 1aead99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ npm i @koa/router
yarn add @koa/router
```

## Typescript Support

To install types:

```bash
Expand All @@ -43,7 +45,9 @@ npm i @types/koa__router
yarn add @types/koa__router
```

## [API Reference](./API.md)
## API Reference

See [API Reference](./API.md) for more documentation.

## Contributing

Expand Down

0 comments on commit 1aead99

Please sign in to comment.