Skip to content

Commit

Permalink
✏️ Fix typo in Typescript section
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick authored Jul 22, 2020
1 parent 768118a commit 879bccd
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 @@ -57,7 +57,7 @@ nodeHtmlToImage({
Types are included in the package. Enable the `esModuleInterop` compiler flag then change all references of `require` with `import` statements and you should be good to go:

```ts
import nodeHtmlToImage from 'node-html-image'
import nodeHtmlToImage from 'node-html-to-image'
```

### Options
Expand Down

0 comments on commit 879bccd

Please sign in to comment.