Skip to content

Commit 4096c84

Browse files
committed
I should read better before merging
1 parent fcd8d99 commit 4096c84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ to interpolate HTML directly.
5151
var raw = require('nanohtml/raw')
5252
var html = require('nanohtml')
5353

54-
var string = '<h1>This a regular string.'
54+
var string = '<h1>This a regular string.</h1>'
5555
var el = html`
5656
<body>
5757
${raw(string)}
@@ -65,7 +65,6 @@ document.body.appendChild(el)
6565
```js
6666
var html = require('nanohtml')
6767

68-
var string = '<h1>This a regular string.'
6968
var el = html`
7069
<body>
7170
<button onclick=${onclick}>

0 commit comments

Comments
 (0)