Skip to content

Commit 958dda5

Browse files
committed
Fix require in the example
1 parent 159497f commit 958dda5

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
@@ -26,7 +26,7 @@ $ npm install serialize-javascript
2626
## Usage
2727

2828
```js
29-
var serialize = require('serialize');
29+
var serialize = require('serialize-javascript');
3030

3131
serialize({
3232
str : 'string',

0 commit comments

Comments
 (0)