Skip to content

Commit 4e8cd1a

Browse files
README typo fixes
1 parent e3340b7 commit 4e8cd1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ with [dom-loader](https://github.com/Wizcorp/dom-loader)
8080
{ test: /\.html$/, loader: 'dom!html!posthtml' }
8181
```
8282

83-
with [svg-loader](https://github.com/Wizcorp/dom-loader)
83+
with [svg-loader](https://github.com/dolbyzerr/svg-loader)
8484

8585
```javascript
8686

87-
{ test: /\.html$/, loader: 'svg!posthtml' }
87+
{ test: /\.svg$/, loader: 'svg!posthtml' }
8888
```
8989

9090
with [extract-text-plugin](https://github.com/webpack/extract-text-webpack-plugin)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-loader",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"engine": ">=4",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)