From 39e0e4344f791ac71b9e742be7a66ba083d8565e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 1 Apr 2024 16:31:32 +0200 Subject: [PATCH] add/update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99dbedd..69e8df8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It caters to various use cases such as **providing developers with an anonymized copy of a database** or **fulfilling the need to anonymize or delete data in compliance with GDPR (General Data Protection Regulation) requirements**, based on retention periods defined in the treatment register. -The project includes a vast array of random data generators. It also enables data generation via Twig-written templates. You can specify precise rules for each table or global rules applied to all tables in your configuration. +The project includes a vast array of fakers. It also enables data generation via Twig-written templates. You can specify precise rules for each table or global rules applied to all tables in your configuration. ## Usage