Skip to content

Commit 2579301

Browse files
authored
Change 'devepment' to 'development' in CONTRIBUTING.md (#245)
1 parent 6eb310a commit 2579301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ If you get stuck, message me on discord `@samualn`.
2525
## Tips and Tricks
2626
Run `./rollup.config.js` to only recompile.
2727

28-
### Run the Devepment Version of HSM
29-
You can run the devepment version of HSM by running `node dist/bin/hsm.js`. You can pass it arguments just like you normally would e.g. `node dist/bin/hsm.js --version`.
28+
### Run the Development Version of HSM
29+
You can run the development version of HSM by running `node dist/bin/hsm.js`. You can pass it arguments just like you normally would e.g. `node dist/bin/hsm.js --version`.
3030

3131
### Install the Development Version of the NPM Package in Another Project
3232
In the other project (e.g. testing with Hackmud Scripting Environment) run `pnpm add ~/path/to/hackmud-script-manager/dist`.

0 commit comments

Comments
 (0)