From b4a90c28c0a8ee0f026f2975644a5d3cddae863e Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Sat, 15 Nov 2025 00:48:22 -0500 Subject: [PATCH] Add README --- .obsidian/workspace.json | 6 +++--- Repository of notes.md => README.md | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename Repository of notes.md => README.md (100%) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7ae9112..b7216c6 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "Repository of notes.md", + "file": "README.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Repository of notes" + "title": "README" } } ] @@ -169,7 +169,7 @@ "active": "c5205a20b44266cb", "lastOpenFiles": [ "ESP32/Setting up ESP32.md", - "Repository of notes.md", + "README.md", "ESP32" ] } \ No newline at end of file diff --git a/Repository of notes.md b/README.md similarity index 100% rename from Repository of notes.md rename to README.md