From ec03b4e297cc282c961edaaaa24d753a52b32a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C4=8Cvrk?= Date: Fri, 22 Oct 2021 19:27:52 +0200 Subject: [PATCH] fix: typos in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 165950d..f687626 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Read [ChangeLog](https://github.com/maxgaurav/indexeddb-orm/blob/master/CHANGELO * [Create Multiple](#create-multiple) * [Searching of the data](#searching-of-the-data) * [Find](#find) - * [FindOFail](#findorfail) - * [FindORCreate](#findorcreate) + * [FindOrFail](#findorfail) + * [FindOrCreate](#findorcreate) * [First](#first) * [FirstOrFail](#firstorfail) * [FirstOrCreate](#firstorcreate) @@ -914,4 +914,4 @@ await models.users.syncAllIndex('indexName', 10, updatedDataReceivedFromApi); ``` ## License -[MIT License](https://github.com/maxgaurav/indexeddb-orm/blob/master/LICENSE.txt) \ No newline at end of file +[MIT License](https://github.com/maxgaurav/indexeddb-orm/blob/master/LICENSE.txt)