Skip to content

Commit

Permalink
Fix README.md file (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Nov 24, 2022
1 parent 62b9a09 commit 34c0209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const userFabricator = Fabricator({
```

You simply pass a model definition. The definition is an object where each key
is a function. If you need dynamic data you can use `sequence()` or use a
library like [faker](https://www.npmjs.com/package/faker).
is a function or a static value. If you need dynamic data you can use
`sequence()` or use a library like [faker](https://www.npmjs.com/package/faker).

You can also extend existing models. For example:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@travelperksl/fabricator",
"version": "7.0.0",
"version": "7.0.1",
"description": "Fabricate objects for your tests",
"keywords": [
"fabricator",
Expand Down

0 comments on commit 34c0209

Please sign in to comment.