Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

Commit 862bc21

Browse files
committed
use single quotes in binding loaders command line example with exclamation point
1 parent dc1e249 commit 862bc21

File tree

1 file changed

+1
-1
lines changed
  • tutorials/getting-started/1.5 binding-loaders

1 file changed

+1
-1
lines changed

‎tutorials/getting-started/1.5 binding-loaders/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $$$ files
99
Run the compilation with:
1010
1111
``` text
12-
webpack ./entry.js bundle.js --module-bind "css=style!css"
12+
webpack ./entry.js bundle.js --module-bind 'css=style!css'
1313
```
1414
1515
You should see the same result:

0 commit comments

Comments
(0)