aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFakerJS 🤖 <[email protected]>2024-09-23 22:04:45 +0200
committerGitHub <[email protected]>2024-09-23 22:04:45 +0200
commit424b120a4d94b15b6e77c04a0aaffd0016a9c870 (patch)
tree2bfb0954552bf380135646b713d89eefa58f316f /docs
parent311f7b6726fb2aad55ed40fc0ab83aa13deaa560 (diff)
downloadfaker-424b120a4d94b15b6e77c04a0aaffd0016a9c870.tar.xz
faker-424b120a4d94b15b6e77c04a0aaffd0016a9c870.zip
chore(release): 9.0.2 (#3140)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/usage.md b/docs/guide/usage.md
index 19603b11..d63d6286 100644
--- a/docs/guide/usage.md
+++ b/docs/guide/usage.md
@@ -74,7 +74,7 @@ const randomEmail = faker.internet.email(); // [email protected]
```
::: info Note
-It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/[email protected]"`.
+It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/[email protected]"`.
:::
### Alternative CDN links