Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
should be "internal style sheet", not 'inline style'
  • Loading branch information
anxsec authored Jun 14, 2016
1 parent f523cf4 commit 74a7a59
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 @@ -287,7 +287,7 @@ module.exports = {

Attention, you have to use two loaders to transform CSS file. First is [CSS-loader](https://www.npmjs.com/package/css-loader) to read CSS file, and another is [Style-loader](https://www.npmjs.com/package/style-loader) to insert Style tag into HTML page. Different loaders are linked by exclamation mark(!).

After launching the server, `index.html` will have inline style.
After launching the server, `index.html` will have internal style sheet.

```html
<head>
Expand Down

0 comments on commit 74a7a59

Please sign in to comment.