Skip to content

Commit 34ef322

Browse files
saschanazgoto-bus-stop
authored andcommitted
Fix readme to use nanohtml/dom (#166)
1 parent bcef8fd commit 34ef322

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
@@ -49,7 +49,7 @@ string concatenation, or use nanohtml components that modify the raw DOM, use
4949

5050
```js
5151
var JSDOM = require('jsdom').JSDOM
52-
var nanohtml = require('./dom')
52+
var nanohtml = require('nanohtml/dom')
5353
var jsdom = new JSDOM()
5454

5555
var html = nanohtml(jsdom.window.document)

0 commit comments

Comments
 (0)