From e1ec9f96100f905d34385edde8addaa069e6f636 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Tue, 4 Apr 2023 13:39:12 -0400 Subject: [PATCH] Merge pull request #226 from rtpHarry/patch-1 docs(readme): update broken internal link to API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 341d74e..1dd5bd3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ const store = new Storage(); await store.create(); ``` -See the [Usage - API](#usage-api) section below for an overview of the supported methods on the storage instance. +See the [API](#api) section below for an overview of the supported methods on the storage instance. ### With Angular