We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1567c commit 8c58df9Copy full SHA for 8c58df9
1 file changed
README.md
@@ -111,5 +111,5 @@ Hyperlinks will be encoded automatically:
111
```javascript
112
assert.equal(
113
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>')
+ '<div class="article"><p>This is a great website: <a href="http://example.com/">http://example.com/</a></p></div>')
115
```
0 commit comments