aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Powers <[email protected]>2022-03-31 11:34:44 -0500
committerGitHub <[email protected]>2022-03-31 18:34:44 +0200
commit2e22845666939b5428f2ddf6ce22aeb6800acb21 (patch)
tree4734be2d76b1e2389814c8ffc2a1773b192de99d
parent7c6d9f85607c91f6110376041f64eab84960ed44 (diff)
downloadfaker-2e22845666939b5428f2ddf6ce22aeb6800acb21.tar.xz
faker-2e22845666939b5428f2ddf6ce22aeb6800acb21.zip
docs: Use valid UUID for example in README (#740)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14461fab..1750d77e 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ An in-depth overview of the API methods is available in the [documentation](http
| Commerce | `faker.commerce.product()` | Polo t-shirt |
| Company | `faker.company.companyName()` | Zboncak and Sons |
| Database | `faker.database.engine()` | MyISAM |
-| Datatype | `faker.datatype.uuid()` | 1oijf8-3iuhiu-21jddj-1092jf |
+| Datatype | `faker.datatype.uuid()` | 7b16dd12-935e-4acc-8381-b1e457bf0176 |
| Date | `faker.date.past()` | Sat Oct 20 2018 04:19:38 GMT-0700 (Pacific Daylight Time) |
| Finance | `faker.finance.amount()` | ¥23400 (After setting locale) |
| Git | `faker.git.commitMessage()` | feat: add products list page |