From e543c59e782ba02cb98adcca3bd2bf4571bf7e3a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 28 Apr 2019 17:58:22 +0100 Subject: [PATCH] Add API reference link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 045ad4d..53ba698 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ router.get("/files/::filepath", (context, _next) => context.send.plain(200, `You The `context` argument there is of type `RouterContext`. Check out the API reference (link below) to learn about the other useful properties it has. ### Reference -TODO: Generate reference from code automatically +API docs are generated automatically. View them here: + + ## Licence Everything in this repository _except_ the logo is licenced under the _Mozilla Public License 2.0.