Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Feb 4, 2024
1 parent 5045613 commit 1e28172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To setup MiniJS in your local machine, you can do the following:

1. Clone [repository](https://github.com/Group-One-Technology/minijs).
2. Run `npm install` to install dependencies.
3. Run `npm build` to create a `dist` -> output for MiniJS.
3. Run `npm run build` to create a `dist` -> output for MiniJS.
4. Run `npm run dev` to run demo page locally.
5. Run `npm run build-watch` to run build when code changes.

Expand Down

0 comments on commit 1e28172

Please sign in to comment.