From 524c9cc94ced67316a80990116a3376c74978c8e Mon Sep 17 00:00:00 2001 From: Thomas Clarke Date: Tue, 13 Dec 2022 20:57:56 +0000 Subject: [PATCH] Update Faker link to use Faker JS (#1346) Maintainer of faker pulled the repo, Faker JS is a fork of the original project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8763cbfc..8c93d87eb 100644 --- a/README.md +++ b/README.md @@ -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