Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neo4j-contrib/neo4j-faker
Browse files Browse the repository at this point in the history
  • Loading branch information
kvegter committed Aug 30, 2021
2 parents f2375f1 + fbc7f3d commit 5ee4a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ foreach (i in range(0,1000) |
```
// generating 500 CreditCards
foreach (a in range(0,500) |
create (c:CreditCard {uid : fkr.code('Demo #### #### ### ###') + a)
create (c:CreditCard {uid : fkr.code('Demo #### #### #### ####')})
set c.limit = fkr.longElement('5000,5000,5000,1000,1000,1000,1000,10000')
set c.balance = fkr.number(10,1000)
}
)
```

```$xslt
Expand Down

0 comments on commit 5ee4a28

Please sign in to comment.