From 91134088a1b24df3c0e69867d24b0a034cb6be5c Mon Sep 17 00:00:00 2001 From: lic Date: Mon, 23 Oct 2017 11:02:25 +0800 Subject: [PATCH] update --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 49e0fab..8ac0544 100644 --- a/README.md +++ b/README.md @@ -102,11 +102,6 @@ export class AppDiffComponent implements OnInit { this.outputHtml = outputHtml; this. } - -export class Diff2HtmlOptionsImpl implements Diff2Html.Options { - constructor(public inputFormat: string) { - } -} ``` in html file ```html