Merge pull request #130 from dickeylth/patch-1

Wrong tip order for api?
This commit is contained in:
Rodrigo Fernandes 2017-06-15 19:41:01 +01:00 committed by GitHub
commit 94be9010f1

View file

@ -76,11 +76,11 @@ let dif2html = require("diff2html").Diff2Html
## API
> Pretty HTML diff
> Intermediate Json From Git Word Diff Output
getJsonFromDiff(input: string, configuration?: Options): Result[]
> Intermediate Json From Git Word Diff Output
> Pretty HTML diff
getPrettyHtml(input: any, configuration?: Options): string