Skip to content

Commit 4758a9f

Browse files
committed
Merge pull request #21 from michaelBenin/gh-pages
Issue #20: fixed documentation for browserify require
2 parents f8e1415 + 4c7c94b commit 4758a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Include the diffDOM.js file in your HTML like this:
2323

2424
Or like this in node/browserify:
2525
```
26-
var diffDOM = require("diffDOM");
26+
var diffDOM = require("diff-dom");
2727
```
2828

2929
Then create an instance of diffDOM within the javascript code:

0 commit comments

Comments
 (0)