aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMostlyWhat <[email protected]>2022-02-24 14:57:44 +0700
committerGitHub <[email protected]>2022-02-24 08:57:44 +0100
commit6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9 (patch)
treed46adff7fc10fb2624381c51d3fb215442bf342f /README.md
parent12e645244305a7274a4490074d979ea1eeb6b691 (diff)
downloadfaker-6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9.tar.xz
faker-6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9.zip
fix: correcting the readme file (#529)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf2d71ba..d6341b9b 100644
--- a/README.md
+++ b/README.md
@@ -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';