Skip to content

Commit

Permalink
Typo in URL to jsdom (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Apr 29, 2020
1 parent 84d2f24 commit 606c5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ console.log(el.toString())
```

### Node with custom DOM
Modules like [`jsdom`](https://github.com/jsdom/jdsom) implement (parts of)
Modules like [`jsdom`](https://github.com/jsdom/jsdom) implement (parts of)
the DOM in pure JavaScript. If you don't really need the performance of
string concatenation, or use nanohtml components that modify the raw DOM, use
`nanohtml/dom` to give nanohtml a custom Document.
Expand Down

0 comments on commit 606c5f9

Please sign in to comment.