Skip to content

Commit

Permalink
Update Faker link to use Faker JS (#1346)
Browse files Browse the repository at this point in the history
Maintainer of faker pulled the repo, Faker JS is a fork of the original project.
  • Loading branch information
NitroEvil committed Dec 13, 2022
1 parent 3dbe202 commit 524c9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -348,7 +348,7 @@ module.exports = () => {
$ json-server index.js
```

__Tip__ use modules like [Faker](https://github.com/Marak/faker.js), [Casual](https://github.com/boo1ean/casual), [Chance](https://github.com/victorquinn/chancejs) or [JSON Schema Faker](https://github.com/json-schema-faker/json-schema-faker).
__Tip__ use modules like [Faker](https://github.com/faker-js/faker), [Casual](https://github.com/boo1ean/casual), [Chance](https://github.com/victorquinn/chancejs) or [JSON Schema Faker](https://github.com/json-schema-faker/json-schema-faker).

### HTTPS

Expand Down

0 comments on commit 524c9cc

Please sign in to comment.