Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You use it like this:

```coffeescript

diff = require 'htmldiff.js'
diff = require 'htmldiff'
console.log diff '<p>this is some text</p>', '<p>this is some more text</p>'
```
And you get:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "htmldiff",
"version": "0.0.4",
"description": "HTML Diffing in JavaScript (CoffeeScript)",
"main": "htmldiff.js",
"main": "./src/htmldiff.js",
"scripts": {
"test": "mocha -R min",
"install": "coffee --compile src"
Expand Down