Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Jul 26, 2014
1 parent 9508fd2 commit f518cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ $ npm install html-differ -g
**@param** *{Array of objects}* - the result of the work of the method `html-differ.diffHtml`<br>
**@param** *{Object}* - options:<br>

* `charsAroundDiff: Number` - the number of characters before and after the diff result of two `HTML` codes (default: `40`).
* `charsAroundDiff: Number` - the number of characters around the diff result between two `HTML` codes (default: `40`).

**@returns** *{String}* - diffs

**diff-logger.log**<br>
**@param** *{Array of objects}* - the result of the work of the method `html-differ.diffHtml`<br>
**@param** *{Object}* - options:<br>

* `charsAroundDiff: Number` - the number of characters before and after the diff result of two `HTML` codes (default: `40`).
* `charsAroundDiff: Number` - the number of characters around the diff result between two `HTML` codes (default: `40`).

**@returns** - pretty logging of diffs:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-differ",
"version": "0.4.1",
"version": "0.5.0",
"description": "Compares two html-files",
"keywords": [
"html-differ",
Expand Down

0 comments on commit f518cab

Please sign in to comment.