Skip to content

Commit 38ecdfe

Browse files
Correct typo in readme
1 parent 7d5b060 commit 38ecdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ And maybe one day about other things too.
1313
3. Before running in dev mode for the very first time, you must do a build (`npm run build`)
1414
4. `npm run dev` to start up the webpack dev server, then head to `localhost:8080`
1515
5. `npm run build` to build the production bundles
16-
6. `npm start` to start in production mode, also at `localhost:8080`. Not that this
16+
6. `npm start` to start in production mode, also at `localhost:8080`. Note that this
1717
is hosted as a static site, so the production build just starts a very simple little NodeJS server.
1818

1919
## Planned stuff

0 commit comments

Comments
 (0)