Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstarkov committed Aug 8, 2015
1 parent 5120da6 commit 7b3f917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const isHeader = node => node.type === 'Header'; // small helper function
const simple = `
# header
content`
content`;

// simple get content without header
getContent(simple, ['header']).text); // content
Expand Down

0 comments on commit 7b3f917

Please sign in to comment.