diff options
| author | MostlyWhat <[email protected]> | 2022-02-24 14:57:44 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-24 08:57:44 +0100 |
| commit | 6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9 (patch) | |
| tree | d46adff7fc10fb2624381c51d3fb215442bf342f | |
| parent | 12e645244305a7274a4490074d979ea1eeb6b691 (diff) | |
| download | faker-6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9.tar.xz faker-6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9.zip | |
fix: correcting the readme file (#529)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ const randomEmail = faker.internet.email(); // [email protected] const randomCard = faker.helpers.createCard(); // random contact card containing many properties ``` -### Deno +### CDN/Deno ```js import { faker } from 'https://cdn.skypack.dev/@faker-js/faker'; |
