Skip to content

Commit 3ae4415

Browse files
including':' (#57)
1 parent cbe94a5 commit 3ae4415

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
@@ -80,7 +80,7 @@ After playing a little bit with the boilerplate and _before_ implementing a real
8080
This boilerplate comes with a collection of npm scripts to make your life easier, you'll run them with `npm run <script name>` or `yarn run <script name>`:
8181

8282
- `dev`: Run the application in development mode
83-
- `start` Run the application in production mode (prefer not to do that in development)
83+
- `start`: Run the application in production mode (prefer not to do that in development)
8484
- `test`: Run the test suite
8585
- `test:unit`: Run only the unit tests
8686
- `test:features`: Run only the features tests

0 commit comments

Comments
 (0)