Skip to content

Commit f518cab

Browse files
committed
version 0.5.0
1 parent 9508fd2 commit f518cab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ $ npm install html-differ -g
6363
**@param** *{Array of objects}* - the result of the work of the method `html-differ.diffHtml`<br>
6464
**@param** *{Object}* - options:<br>
6565

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

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

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

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-differ",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Compares two html-files",
55
"keywords": [
66
"html-differ",

0 commit comments

Comments
 (0)