diff options
| author | ST-DDT <[email protected]> | 2022-06-18 17:26:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-18 15:26:45 +0000 |
| commit | ab2ed236b3b1fe63523bf4072446c9cd545fd3b9 (patch) | |
| tree | 2ded64d72c7af5e0379c3649a10c2a7282c875f2 | |
| parent | 045b8d60a984976b088d8bc28dc61798e9cad2bf (diff) | |
| download | faker-ab2ed236b3b1fe63523bf4072446c9cd545fd3b9.tar.xz faker-ab2ed236b3b1fe63523bf4072446c9cd545fd3b9.zip | |
docs: add hint that the generated data might be real ones (#959)
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ - 🧍 Names - Generate virtual humans with a complete online and offline identity. - 🔢 Numbers - Of course, we can also generate random numbers and strings. +> **Note**: Faker tries to generate realistic data and not obvious fake data. +> The generated names, addresses, emails, phone numbers, and/or other data might be coincidentally valid information. +> Please do not send any of your messages/calls to them from your test setup. + ## 📦 Install ```bash |
