Merge pull request #130 from dickeylth/patch-1
Wrong tip order for api?
This commit is contained in:
commit
94be9010f1
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