Skip to content

Commit 990f972

Browse files
authored
Update README.md
Testing a theory
1 parent 2520ac6 commit 990f972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Scripts built into [`package.json`](package.json):
2020
| Command | Description
2121
|---------------|-------------------
2222
|`npm run start`| Will run both `npm run lift` and `npm run open:client` in parallel.
23-
|`npm run open:client` | Will run the [Webpack Dev Server](https://webpack.js.org/configuration/dev-server/) and open a browser tab / window.
23+
|<pre>`npm run open:client`</pre> | Will run the [Webpack Dev Server](https://webpack.js.org/configuration/dev-server/) and open a browser tab / window.
2424
|`npm run lift` | The same thing as `sails lift` or `node app.js`; will "[lift our Sails](https://sailsjs.com/documentation/reference/command-line-interface/sails-lift)" instance.
2525
|`npm run debug` | Alias for `node --inspect app.js`.
2626
|`npm run build` | Will run `npm run clean`, then will build production-ready files with Webpack in the `.tmp/public` folder.

0 commit comments

Comments
 (0)