Skip to content

Commit

Permalink
Updated README.md onOpenTagStart code example (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMcDonald authored Aug 19, 2022
1 parent 7d3bd75 commit 6b7373f
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 @@ -163,7 +163,7 @@ const parser = createParser({
* 1╭─ <div>Hi</div>
* ╰─ ╰─ openTagStart
*/
onOpenTagStart(range) {}
onOpenTagStart(range) {},

/**
* Called when a tag name, which can include placeholders, has been parsed.
Expand Down

0 comments on commit 6b7373f

Please sign in to comment.