Skip to content

Commit d4cd379

Browse files
committed
doc: Update typings reference in readme
1 parent 8fc91c9 commit d4cd379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ diff2html generates pretty HTML diffs from git or unified diff output.
5151

5252
* [Node CLI](https://www.npmjs.org/package/diff2html-cli)
5353

54-
* Manually download and import `dist/diff2html.min.js` into your page
54+
* Manually download and import [dist/diff2html.min.js](./dist/diff2html.min.js) into your page
5555

5656
## How to use
5757

@@ -184,9 +184,9 @@ export default {
184184
185185
getPrettyHtml(input: any, configuration?: Options): string
186186

187-
> Check out the `typescript/diff2html.d.ts` for a complete API definition in TypeScript.
187+
> Check out the [src/diff2html.d.ts](./src/diff2html.d.ts) for a complete API definition in TypeScript.
188188
189-
> Check out the `docs/demo.html` for a demo example.
189+
> Check out the [docs/demo.html](./docs/demo.html) for a demo example.
190190
191191
## Configuration
192192
The HTML output accepts a Javascript object with configuration. Possible options:

0 commit comments

Comments
 (0)