Fix some typos

This commit is contained in:
Rikko 2022-09-01 02:07:32 +05:30 committed by GitHub
parent e4c8db4440
commit ac09e8dc6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,11 +27,11 @@ There are two different ways the plugin manager can be installed through:
to your mods directory (check it out by going into your game's Settings -> Advanced -> Show Mods Folder). This is the to your mods directory (check it out by going into your game's Settings -> Advanced -> Show Mods Folder). This is the
recommended way (see below). recommended way (see below).
2. A not recommended method is to add 2. Another way is to add
[plugin_manager.py](https://raw.githubusercontent.com/bombsquad-community/plugin-manager/main/plugin_manager.py) [plugin_manager.py](https://raw.githubusercontent.com/bombsquad-community/plugin-manager/main/plugin_manager.py)
to your workspace. However, plugin manager self-updates will fail when installed it's get installed from workspace to your workspace. However, plugin manager self-updates will fail when installed using this way since the game
since the game will overrwrite the update with the older version that's on workspace on the next sync up. However, you can will overrwrite the updated plugin manager, with the older version from workspace on the next sync. However, you can
manually apply updates by copying the latest plugin manager's source code again to your workspace when this method. manually apply updates by copying the latest plugin manager's source code again to your workspace when using this method.
## Contributing ## Contributing