Skip to content

Commit 63edae1

Browse files
committed
Update README.md
1 parent f044c96 commit 63edae1

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
@@ -44,7 +44,7 @@ require("html?attrs=img:src img:data-src!./file.html");
4444
require("html?attrs[]=img:src&attrs[]=img:data-src!./file.html");
4545
// => '<img src="http://cdn.example.com/49e...ba9f/a9f...92ca.jpg" data-src="data:image/png;base64,..." >'
4646

47-
require("html?attrs=false!./file.html");
47+
require("html?-attrs!./file.html");
4848
// => '<img src="image.jpg" data-src="image2x.png" >'
4949

5050
/// minimized by running `webpack --optimize-minimize`

0 commit comments

Comments
 (0)