From ef0780855ffc0f770e0da30bb08fd2383bc0124d Mon Sep 17 00:00:00 2001 From: pihentagy <29916+pihentagy@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:11:10 +0200 Subject: [PATCH] update faker.js link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c0857..ce83ff6 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ class Author { } ``` -Futhermore, `Fixture` can be used for further customization, using [faker.js](https://github.com/marak/Faker.js/#api), as stated: +Futhermore, `Fixture` can be used for further customization, using [faker.js](https://fakerjs.dev/guide/), as stated: ```ts export class Author extends BaseEntity {