From e0f4a33c82d129c5cf2fa49f922c96fc03a54401 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Sun, 7 May 2017 10:38:17 +0100 Subject: [PATCH] Fix typescript definition location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b368e..15a0e85 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ let dif2html = require("diff2html").Diff2Html getPrettyHtml(input: any, configuration?: Options): string -> Check out the `docs/diff2html.d.ts` for a complete API definition in TypeScript. +> Check out the `typescript/diff2html.d.ts` for a complete API definition in TypeScript. > Check out the `docs/demo.html` for a demo example.