Skip to content

Commit

Permalink
Merge pull request #1 from hekike/master
Browse files Browse the repository at this point in the history
Fix require() in the example
  • Loading branch information
ericf committed Sep 16, 2014
2 parents 159497f + 958dda5 commit bc8e811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ $ npm install serialize-javascript
## Usage

```js
var serialize = require('serialize');
var serialize = require('serialize-javascript');

serialize({
str : 'string',
Expand Down

0 comments on commit bc8e811

Please sign in to comment.