Wrong tip order for api?
Order for json & html output tip is wrong?
This commit is contained in:
parent
e0f4a33c82
commit
165007b636
1 changed files with 2 additions and 2 deletions
|
|
@ -76,11 +76,11 @@ let dif2html = require("diff2html").Diff2Html
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
> Pretty HTML diff
|
> Intermediate Json From Git Word Diff Output
|
||||||
|
|
||||||
getJsonFromDiff(input: string, configuration?: Options): Result
|
getJsonFromDiff(input: string, configuration?: Options): Result
|
||||||
|
|
||||||
> Intermediate Json From Git Word Diff Output
|
> Pretty HTML diff
|
||||||
|
|
||||||
getPrettyHtml(input: any, configuration?: Options): string
|
getPrettyHtml(input: any, configuration?: Options): string
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue