Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Nov 13, 2020
1 parent 34906c1 commit e252a69
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 @@ -164,7 +164,7 @@ const extend = require('posthtml-extend');
const root = './src/html';
const options = { root, strict: false };

posthtml([extends(options)]).then(result => console.log(result.html));
posthtml([extend(options)]).then(result => console.log(result.html));
```

### slot/fill
Expand Down

0 comments on commit e252a69

Please sign in to comment.