From 443af2a3d2cd6c601f62e29431b4ba5b77655ee8 Mon Sep 17 00:00:00 2001 From: Lee GyuJin Date: Thu, 22 Jul 2021 18:19:50 +0900 Subject: [PATCH] Update README.md Fix broken document link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f608572..b6f08fb 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 [Usage - API](#api) section below for an overview of the supported methods on the storage instance. ### With Angular