From de490e510a69319a0d19a6544266185d470f2d02 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Wed, 30 Aug 2023 20:12:12 +0100 Subject: [PATCH] doc: README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc188ce..263e4d7 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,7 @@ parser.arg(['--custom'], new CustomParseClass()) These fetchers can both be async, and the parser will await all promises returned. You can look at the `examples/` directory and the tests for a more up to date and feature complete usage guide! + +## Documentation + +The API docs are hosted [here, on Github Pages](https:/amy.is-a.dev/args-ts)