From 545f0ee9c0dd6c3492367f6d49684469fdeda658 Mon Sep 17 00:00:00 2001 From: Scibor Rudnicki Date: Wed, 2 Oct 2024 02:38:33 +0000 Subject: [PATCH] docs(README.md): fix `IndexedDB` link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c5ac90..98634b5 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,7 @@ export class IndexedDB< > { ... } ``` -[GitHub](https://github.com/angular-package/indexeddb/blob/main/src/lib/indexeddb.ts) +[GitHub](https://github.com/angular-package/indexeddb/blob/main/src/lib/indexeddb.class.ts)