aboutsummaryrefslogtreecommitdiff
path: root/docs/2_PLUGINS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/2_PLUGINS.md')
-rw-r--r--docs/2_PLUGINS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/2_PLUGINS.md b/docs/2_PLUGINS.md
index 6ac4b24..705ea89 100644
--- a/docs/2_PLUGINS.md
+++ b/docs/2_PLUGINS.md
@@ -15,7 +15,7 @@ You don't need to run `pnpm build` every time you make a change. Instead, use `p
3. In `index.ts`, copy-paste the following template code:
```ts
-import definePlugin from "../../utils/types";
+import definePlugin from "@utils/types";
export default definePlugin({
name: "Epic Plugin",