We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab574c commit 86f9028Copy full SHA for 86f9028
README.md
@@ -51,9 +51,9 @@ After 309 tests, app has 92% line coverage.
51
52
## Scripts
53
54
-`npm run start` to start the app,
55
-`npm run test` or `npm t` to run tests in watch mode,
56
-`npm run build` to build the app,
57
-`npm run cover` to run test coverage,
58
-`npm run eject` to eject the app.
+- `npm run start` to start the app,
+- `npm run test` or `npm t` to run tests in watch mode,
+- `npm run build` to build the app,
+- `npm run cover` to run test coverage,
+- `npm run eject` to eject the app.
59
0 commit comments