File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
192192The HTML output accepts a Javascript object with configuration. Possible options:
You can’t perform that action at this time.
0 commit comments