Skip to content

Commit

Permalink
Fixed a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmagier committed Mar 27, 2021
1 parent b1c2f5b commit d5d63a3
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 @@ -135,7 +135,7 @@ $ cd calc && npm install
```

Next, run `node build` from the root directory of your clone of this repository. This should
run `npm run compile` in the `calc/` subdirectory to compile the `@smoogon/calc` package from
run `npm run compile` in the `calc/` subdirectory to compile the `@smogon/calc` package from
TypeScript to JavaScript that can be run in the browser, and then compile the 'templated' HTML
and copy everything into the top-level `dist/` folder. To then view the UI, open `dist/index.html` -
simply double-clicking on the file from your operating system's file manager UI should open it in
Expand Down

0 comments on commit d5d63a3

Please sign in to comment.