Skip to content

Commit e53d3bc

Browse files
committed
Update README.md
1 parent bc04df4 commit e53d3bc

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
@@ -126,7 +126,7 @@ You can use JS to programmatically create data:
126126

127127
```javascript
128128
module.exports = function() {
129-
data = { users: [] }
129+
var data = { users: [] }
130130
// Create 1000 users
131131
for (var i = 0; i < 1000; i++) {
132132
data.users.push({ id: i, name: 'user' + i })

0 commit comments

Comments
 (0)