From 165007b63625376a2fa0b104e45c629d5aea6868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=98=E6=A0=91=40=E9=98=BF=E9=87=8C?= Date: Thu, 8 Jun 2017 15:46:45 +0800 Subject: [PATCH] Wrong tip order for api? Order for json & html output tip is wrong? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15a0e85..36ad933 100644 --- a/README.md +++ b/README.md @@ -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