From efb679ad68b4383a49cb23f66bef823650f9048a Mon Sep 17 00:00:00 2001 From: Sam Blenny <68084116+samblenny@users.noreply.github.com> Date: Wed, 11 May 2022 22:16:24 -0500 Subject: [PATCH] Fix broken "some examples" readme link --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f572793..1dd7e77e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Javascript / Typescript Seam API Library & CLI Control locks, lights and other internet of things devices with Seam's simple -API. Check out [the documentation](./docs/modules.md) or [some examples](./examples). +API. + +Check out [the documentation](./docs/modules.md) or some examples: +- [CLI Usage](#cli-usage) +- [Library Usage](#library-usage) +- [Receiving Webhooks](#receiving-webhooks) ## Usage