Skip to content

Commit d4c0141

Browse files
committed
Refactor example in readme.md
1 parent 9e3a605 commit d4c0141

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
@@ -16,7 +16,7 @@ npm install mdast-util-to-string
1616
var remark = require('remark');
1717
var toString = require('mdast-util-to-string');
1818

19-
var tree = remark().parse('Some *emphasis*, **importance**, and `code`.');
19+
var tree = remark().parse('Some _emphasis_, **importance**, and `code`.');
2020

2121
console.log(toString(tree)); //=> 'Some emphasis, importance, and code.'
2222
```

0 commit comments

Comments
 (0)