diff options
author | Unknown | 2018-04-07 21:39:15 +0100 |
---|---|---|
committer | Unknown | 2018-04-07 21:39:15 +0100 |
commit | cdf5d5dedddbbdbb7719e2fb375a375d54927e69 (patch) | |
tree | 9d6d6be7ebb7e8ff2a1fdb7af5fa0a459c4bde43 | |
parent | 95f119670d8a0e50c4d4f10dd59d1f73b7842df2 (diff) |
ghjk
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,9 +47,9 @@ example-repo Firstly, you want to make a new folder called the name of the package. Then, you want to make a file called package.json in the folder. In it, there should be 4 keys. -- `"name"`: **Must be the same as the folder name and command name!** -- `"inject"`: It should be the name of the injection script. -- `"uninstall"`: Optional, It should be the name of the uninstaller script, if it doesn't exist pkg93 will simply delete the command for you. +- `name`: **Must be the same as the folder name and command name!** +- `inject`: It should be the name of the injection script. +- `uninstall`: Optional, It should be the name of the uninstaller script, if it doesn't exist pkg93 will simply delete the command for you. Here's a example: ```json { |