Skip to content
Snippets Groups Projects
Commit 5b22d532 authored by Tomasz Ducin's avatar Tomasz Ducin
Browse files

improved docs

parent 60839dff
Branches
Tags
No related merge requests found
......@@ -236,15 +236,11 @@ You can also use standard JSON Schema keywords, e.g. `pattern`:
### Advanced usage of faker.js and Chance.js
In following examples the `faker` variable is assumed to be created with:
In following examples the `faker` and `chance` variables are assumed to be created with, respectively:
```javascript
var faker = require('faker');
```
and `chance` with:
```javascript
var Chance = require('chance'),
chance = new Chance();
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment