From b71f1c8cc4550ca50cb906bba39a18320e388039 Mon Sep 17 00:00:00 2001 From: "nisch.codes" Date: Sun, 16 Mar 2025 21:35:25 +0100 Subject: [PATCH] chore: update readme to version 1.0.2 and fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e874954..6842799 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This Project is based on a YouTube Video by Tylor Potts (https://www.youtube.com ## Versions -- Version 1.0.2 - introducing markdown rendering (did you saw easter egg??). Minor refactoring and rework of the readme +- Version 1.0.2 - introducing markdown rendering (did you saw the easter egg??). Minor refactoring and rework of the readme - Version 1.0.1 - basic CRUD for notes, persitancy with browser based localstorage. Minor refactoring and rework of the readme - Version 1.0.0 - with the basic setup to creating, deleting and editing new notes. There is no persistent storage a reload deletes all notes.