Fix typescript definition location

This commit is contained in:
Rodrigo Fernandes 2017-05-07 10:38:17 +01:00 committed by GitHub
parent af6fd91521
commit e0f4a33c82

View file

@ -84,7 +84,7 @@ let dif2html = require("diff2html").Diff2Html
getPrettyHtml(input: any, configuration?: Options): string 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. > Check out the `docs/demo.html` for a demo example.