Skip to content

Commit f6ba3b4

Browse files
authored
Update README.md
Fixed incorrect build command
1 parent 1f8885e commit f6ba3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ cause an automatic reload of the page.
1919

2020
## Building
2121

22-
Run `npm build` to compile the production javascript bundles, which are
22+
Run `npm run build` to compile the production javascript bundles, which are
2323
compatible with older browsers. You can then install index.html and style.css
24-
along with the resulting build/ directory on any web server.
24+
along with the resulting build/ directory on any web server.

0 commit comments

Comments
 (0)