From 472c717e6e64611fd4292e629eae10028e7e6887 Mon Sep 17 00:00:00 2001 From: land0r Date: Thu, 14 Nov 2024 04:34:50 +0100 Subject: [PATCH] feat: Update - README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c2c078..81b16f9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To build the plugin: If you'd like to install the plugin manually: -1. Copy `main.js`, `styles.css`, and `manifest.json` to your Obsidian vault at `.obsidian/plugins/your-plugin-id/`. +1. Copy `main.js`, `styles.css`, and `manifest.json` to your Obsidian vault at `.obsidian/plugins/obsidian-flowchart-plugin/`. 2. Reload Obsidian and enable the plugin in **Settings** > **Community Plugins**. ## Releasing New Versions