aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFakerJS 🤖 <[email protected]>2025-03-07 13:50:57 +0100
committerGitHub <[email protected]>2025-03-07 13:50:57 +0100
commit50b3241629f6c314eb21af134a0b67dd3671ab33 (patch)
tree6820329e11b044d4dac97c17613c1a7bae84a49d /docs
parent62486af20cc513f598764ad2c7dd14418acb0d1e (diff)
downloadfaker-50b3241629f6c314eb21af134a0b67dd3671ab33.tar.xz
faker-50b3241629f6c314eb21af134a0b67dd3671ab33.zip
chore(release): 9.6.0 (#3435)
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 43a38452..f4928e3a 100644
--- a/docs/guide/usage.md
+++ b/docs/guide/usage.md
@@ -79,7 +79,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