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