aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-06-18 17:26:45 +0200
committerGitHub <[email protected]>2022-06-18 15:26:45 +0000
commitab2ed236b3b1fe63523bf4072446c9cd545fd3b9 (patch)
tree2ded64d72c7af5e0379c3649a10c2a7282c875f2
parent045b8d60a984976b088d8bc28dc61798e9cad2bf (diff)
downloadfaker-ab2ed236b3b1fe63523bf4072446c9cd545fd3b9.tar.xz
faker-ab2ed236b3b1fe63523bf4072446c9cd545fd3b9.zip
docs: add hint that the generated data might be real ones (#959)
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04dfde5d..14192bc6 100644
--- a/README.md
+++ b/README.md
@@ -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