From 7e17a8b73b1320bc11990fe762adea3c04614639 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 6 Jan 2024 09:03:42 +0900 Subject: [PATCH] fix(README): fix `plugins` path fix #1598 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c10430..8b398bae 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Using plugins, you can: ### Creating a plugin -Create a folder in `plugins/YOUR-PLUGIN-NAME`: +Create a folder in `src/plugins/YOUR-PLUGIN-NAME`: - `index.ts`: the main file of the plugin ```typescript