diff options
Diffstat (limited to 'docs/1_INSTALLING.md')
-rw-r--r-- | docs/1_INSTALLING.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/1_INSTALLING.md b/docs/1_INSTALLING.md index f27dfc1..96f1bed 100644 --- a/docs/1_INSTALLING.md +++ b/docs/1_INSTALLING.md @@ -1,5 +1,5 @@ > **Warning** -> These instructions are only for advanced users. If you're not a Developer, you should use our [graphical installer](https://github.com/Vendicated/VencordInstaller#usage) instead. +> These instructions are only for advanced users. If you're not a Developer, you should use our [graphical installer](https://github.com/Vendicated/VencordInstaller#usage) instead. # Installation Guide @@ -183,7 +183,6 @@ In `index.js`: ```js require("C:/Users/<your user>/path/to/vencord/dist/patcher.js"); -require("../app.asar"); ``` And in `package.json`: |