Skip to content

Commit

Permalink
Merge pull request ruanyf#47 from zhuolikevin/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ruanyf authored Aug 23, 2016
2 parents 0ac8a1a + 5dccccd commit 4f9134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ module.exports = {
};
```

[url-loader](https://www.npmjs.com/package/url-loader) transforms image files. If the image size is smaller than 8192 bytes, it will be transformed into Data URL; otherwise, it will be transformed into normal URL. As you see, question mark(?) is be used to pass parameters into loaders.
[url-loader](https://www.npmjs.com/package/url-loader) transforms image files. If the image size is smaller than 8192 bytes, it will be transformed into Data URL; otherwise, it will be transformed into normal URL. As you see, question mark(?) is used to pass parameters into loaders.

After launching the server, `small.png` and `big.png` will have the following URLs.

Expand Down

0 comments on commit 4f9134a

Please sign in to comment.