aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFauzan <[email protected]>2022-02-09 03:09:53 +0700
committerGitHub <[email protected]>2022-02-08 21:09:53 +0100
commitf059509a94ad020dee44b7f1b61e7b59cd45ee60 (patch)
tree75b7f6bf7f36ad282c61cc7f08e4330ed0c5a43c
parent929f10e1a632803630a79a55923b741450fdb9f3 (diff)
downloadfaker-f059509a94ad020dee44b7f1b61e7b59cd45ee60.tar.xz
faker-f059509a94ad020dee44b7f1b61e7b59cd45ee60.zip
fix(docs): faker.image.url should be under cloudflare ipfs (#454)
-rw-r--r--README.md44
1 files changed, 22 insertions, 22 deletions
diff --git a/README.md b/README.md
index 62a1a25c..d65d99ca 100644
--- a/README.md
+++ b/README.md
@@ -88,28 +88,28 @@ declare module '@faker-js/faker' {
An in-depth overview of the API methods is available in the documentation. The API covers the following modules:
-| Module | Example | Output |
-| -------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Address | `faker.address.city()` | Lake Raoulfort |
-| Animal | `faker.animal.type()` | Dog, cat, snake, bear, lion, etc. |
-| 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 |
-| 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 |
-| Hacker | `faker.hacker.phrase()` | Try to reboot the SQL bus, maybe it will bypass the virtual application! |
-| Helpers | `faker.helpers.userCard()` | `{ avatar: '...', email: '{ first }{ last }{ number }@{domain}', first: '...' }`<br/><br/>All of the values are self-consistent (e.g. same first + last name in the email, too) |
-| Image | `faker.image.avatar()` | `https://s3.amazonaws.com/uifaces/faces/twitter/martip07/128.jpg` <img src="https://s3.amazonaws.com/uifaces/faces/twitter/martip07/128.jpg" width="64"/> |
-| Internet | `faker.internet.color()` | #630c7b |
-| Lorem | `faker.lorem.paragraph()` | Word, words, sentences, slug (lorem-ipsum), paragraph(s), text, lines |
-| Music | `faker.music.genre()` | R&B |
-| Name | `faker.name.firstName()` | Cameron |
-| Phone | `faker.phone.phoneNumber()` | +1 291-299-0192 |
-| Random | `faker.random.locale()` | fr_CA |
-| System | `faker.system.directoryPath()` | C:\Documents\Newsletters\ |
-| Vehicle | `faker.vehicle.vehicle()` | 2011 Dodge Caravan |
+| Module | Example | Output |
+| -------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Address | `faker.address.city()` | Lake Raoulfort |
+| Animal | `faker.animal.type()` | Dog, cat, snake, bear, lion, etc. |
+| 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 |
+| 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 |
+| Hacker | `faker.hacker.phrase()` | Try to reboot the SQL bus, maybe it will bypass the virtual application! |
+| Helpers | `faker.helpers.userCard()` | `{ avatar: '...', email: '{ first }{ last }{ number }@{domain}', first: '...' }`<br/><br/>All of the values are self-consistent (e.g. same first + last name in the email, too) |
+| Image | `faker.image.avatar()` | `https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/233.jpg` <img src="https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/233.jpg" width="64"/> |
+| Internet | `faker.internet.color()` | #630c7b |
+| Lorem | `faker.lorem.paragraph()` | Word, words, sentences, slug (lorem-ipsum), paragraph(s), text, lines |
+| Music | `faker.music.genre()` | R&B |
+| Name | `faker.name.firstName()` | Cameron |
+| Phone | `faker.phone.phoneNumber()` | +1 291-299-0192 |
+| Random | `faker.random.locale()` | fr_CA |
+| System | `faker.system.directoryPath()` | C:\Documents\Newsletters\ |
+| Vehicle | `faker.vehicle.vehicle()` | 2011 Dodge Caravan |
### API Methods