Skip to content

Commit

Permalink
fixed package name for requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeOsdDev committed Nov 2, 2012
1 parent 3bd8fc4 commit 14e3cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ npm install --save debug-util
``` ```
and and
```javascript ```javascript
var debugUtil = require('debugUtil'); var debugUtil = require('debug-util');
``` ```
### Client Side ### Client Side


Expand Down
2 changes: 1 addition & 1 deletion test/test.js
@@ -1,5 +1,5 @@
var debugUtil = require("../lib/debugUtil"), var debugUtil = require("../lib/debugUtil"),
// var debugUtil = require("debugUtil"), // var debugUtil = require("debug-util"),
assert = require("assert"); assert = require("assert");


console.log("- Test of debugUtil.isBrowser() -"); console.log("- Test of debugUtil.isBrowser() -");
Expand Down

0 comments on commit 14e3cc9

Please sign in to comment.