We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583d190 commit 0b2f476Copy full SHA for 0b2f476
README.md
@@ -12,7 +12,7 @@ You can read about how HSM works [in my blog post](https://samual.uk/blog/js-cod
12
## Usage
13
1. Run `#dir` in game, then `cd` to that folder
14
2. Name your source script file to `<name>.src.js`
15
-3. Run `hsm golf <name>.src.js` and it will create a minified script file called `<name>.js`
+3. Run `hsm minify <name>.src.js` and it will create a minified script file called `<name>.js`
16
17
> **NOTE:** If you get an error message that looks like this:
18
> ```
0 commit comments