Skip to content

Commit 86f9028

Browse files
authored
Fix scripts indentation (#33)
1 parent 1ab574c commit 86f9028

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ After 309 tests, app has 92% line coverage.
5151

5252
## Scripts
5353

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.
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.
5959

0 commit comments

Comments
 (0)