Skip to content

Commit 0de0ae2

Browse files
committed
Use correct bash comments
1 parent 9de3bc1 commit 0de0ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
5050
### Compiling Assets
5151

5252
```bash
53-
// Compile and minify your assets:
53+
# Compile and minify your assets:
5454
npm run prod
5555

56-
// Compile your assets for local development:
56+
# Compile your assets for local development:
5757
npm run dev
5858

59-
// Run the NPM "watch" command to auto-compile your assets when they are changed:
59+
# Run the NPM "watch" command to auto-compile your assets when they are changed:
6060
npm run watch
6161
```
6262

0 commit comments

Comments
 (0)