Skip to content

Commit 8c58df9

Browse files
committed
Fix hyperlink test in README.md
1 parent 9b1567c commit 8c58df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ Hyperlinks will be encoded automatically:
111111
```javascript
112112
assert.equal(
113113
html({ content: [ 'This is a great website: http://example.com/' ] }),
114-
'<div class="article"><p>Just a great website:<a href="http://example.com/">http://example.com/</a></p></div>')
114+
'<div class="article"><p>This is a great website: <a href="http://example.com/">http://example.com/</a></p></div>')
115115
```

0 commit comments

Comments
 (0)