Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Sep 28, 2017
1 parent 5a73a44 commit e834931
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 381 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A dynamic value extension for [Paw](http://paw.cloud) using [Faker](https://gith

To use the extension simply insert the dynamic value from the right click menu > Add Dynamic Value.. > Extension > Faker.

Select the `language` for the data and the `category` of the data you wish to generate. Then enter the name of the `method` to call. Finally enter the `arguments`, these should be in exactly the same format as if you were writing the javascript directory (i.e. strings quoted and each argument separated by a comma).
Select the `language` for the data and the `category` of the data you wish to generate. Then enter the name of the `method` to call. Finally enter the `arguments`, these should be in exactly the same format as if you were writing the javascript directly (i.e. strings quoted and each argument separated by a comma).

### Examples

Expand Down Expand Up @@ -46,15 +46,15 @@ Select the `language` for the data and the `category` of the data you wish to ge

*Equivalent to*: `faker.random.arrayElement(['one', 'two', 'three', 'four']);`

**Method with an array argument**
**Method with an object argument**

* *Category*: `Basic Random Data`
* *Method*: `number`
* *Arguments*: `{ min: 10, max: 100 }`

*Equivalent to*: `faker.random.number({ min: 10, max: 100 });`

See the [Faker wiki](https://github.com/Marak/faker.js/wiki) for the list of available categories, methods and the parameters.
See the [Faker wiki](https://github.com/Marak/faker.js/wiki) for the list of available categories, methods and the arguments.

## Installing

Expand All @@ -67,7 +67,7 @@ $ npm install
$ NODE_ENV=production make install
```

You can also download the latest build from the [releases](https://github.com/REBELinBLUE/Paw-FakerDynamicValue) tab, then simply extract to the extensions directory. (See Paw > Extensions > Open Extensions Directory).
You can also download the latest build from the [releases](https://github.com/REBELinBLUE/Paw-FakerDynamicValue/releases) tab, then simply extract to the extensions directory. (See Paw > Extensions > Open Extensions Directory).

## License

Expand Down
Loading

0 comments on commit e834931

Please sign in to comment.