We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de3bc1 commit 0de0ae2Copy full SHA for 0de0ae2
README.md
@@ -50,13 +50,13 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
50
### Compiling Assets
51
52
```bash
53
-// Compile and minify your assets:
+# Compile and minify your assets:
54
npm run prod
55
56
-// Compile your assets for local development:
+# Compile your assets for local development:
57
npm run dev
58
59
-// Run the NPM "watch" command to auto-compile your assets when they are changed:
+# Run the NPM "watch" command to auto-compile your assets when they are changed:
60
npm run watch
61
```
62
0 commit comments