Skip to content

Commit 7bf782d

Browse files
KyleAMathewswooorm
authored andcommittedOct 2, 2016
Fix example
Closes GH-1.
1 parent 852ceb0 commit 7bf782d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Transform:
2424

2525
```javascript
2626
var hast = toHAST(remark().parse('## Hello **World**!'));
27+
console.log(inspect(hast));
2728
```
2829

2930
Yields:

0 commit comments

Comments
 (0)