From 1aead99e0e0fdb8666e9c6fa2f52b0463c622025 Mon Sep 17 00:00:00 2001 From: Winkie's <5725474+winkies@users.noreply.github.com> Date: Tue, 18 Jan 2022 00:22:49 +0100 Subject: [PATCH] doc: add header to refer to api reference. (#112) Co-authored-by: niftylettuce --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ad897..72e1ebf 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ npm i @koa/router yarn add @koa/router ``` +## Typescript Support + To install types: ```bash @@ -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