fix(README): fix plugins path

fix #1598
This commit is contained in:
JellyBrick
2024-01-06 09:03:42 +09:00
committed by GitHub
parent 129b798d8f
commit 7e17a8b73b

View File

@ -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