From cdf5d5dedddbbdbb7719e2fb375a375d54927e69 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 7 Apr 2018 21:39:15 +0100 Subject: ghjk --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff88330..07e5fdf 100644 --- a/README.md +++ b/README.md @@ -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 { -- cgit v1.2.3