From e8f3a535d33da2516d71397642b8b87f06d2623a Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Thu, 13 Jan 2022 13:46:26 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a197f2..82e921b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This plugin renders 13th-Age plugins, and includes SRD content to base your mons ### Manually installing the plugin -- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/your-plugin-id/`. +- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/13th-age-statblocks/`. ### Improve code quality with eslint (optional) - [ESLint](https://eslint.org/) is a tool that analyzes your code to quickly find problems. You can run ESLint against your plugin to find common bugs and ways to improve your code.