Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/inikulin/parse5
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Mar 3, 2014
2 parents 6b8e458 + d45776b commit 9087ec9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ var serializer2 = new parse5.TreeSerializer(parse5.TreeAdapters.htmlparser2);
```


####• TreeSerializer.serializer(node)
Serializes the given `node`. Return HTML string.
####• TreeSerializer.serialize(node)
Serializes the given `node`. Returns HTML string.

*Example:*
```js
Expand Down Expand Up @@ -164,6 +164,3 @@ If you have any questions, please feel free to create an issue [here on github](
##Author
[Ivan Nikulin](https://github.com/inikulin) (ifaaan@gmail.com)


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/inikulin/parse5/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit 9087ec9

Please sign in to comment.