Wrong tip order for api?

Order for json & html output tip is wrong?
This commit is contained in:
弘树@阿里 2017-06-08 15:46:45 +08:00 committed by GitHub
parent e0f4a33c82
commit 165007b636

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