Skip to content

Commit 6a18847

Browse files
mgoljoshwiens
authored andcommitted
docs(readme): Fix markdown error (#227)
README contained unescaped & unclosed `<style>` tag that made almost the whole README unreadable on the npm package page; see: https://www.npmjs.com/package/style-loader This is a good test page to see how READMEs will display on npm: https://revin.github.io/marky-markdown/
1 parent fd8da3f commit 6a18847

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
@@ -9,7 +9,7 @@
99
src="https://webpack.js.org/assets/icon-square-big.svg">
1010
</a>
1111
<h1>Style Loader</h1>
12-
<p>Adds CSS to the DOM by injecting a `<style>` tag</p>
12+
<p>Adds CSS to the DOM by injecting a `&lt;style&gt;` tag</p>
1313
</div>
1414

1515
<h2 align="center">Install</h2>

0 commit comments

Comments
 (0)