aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';