From db73fb5f9c9902f264b4e544aeb061ee819b7ca2 Mon Sep 17 00:00:00 2001 From: Thomas Clarke Date: Wed, 13 Jul 2022 15:29:37 +0100 Subject: [PATCH] Update Faker link to use Faker JS 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 dcf652f50..ff867964d 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,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