aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorFakerJS 🤖 <[email protected]>2024-09-04 20:26:03 +0200
committerGitHub <[email protected]>2024-09-04 20:26:03 +0200
commit6abecc39bf1ff36d41fa8579a5da202f76c19dec (patch)
treebc27130ea49680eda080de299e0cdbb7662702f6 /docs/guide
parent17f570e05ea413af691bb81b61dd8c28130a47e1 (diff)
downloadfaker-6abecc39bf1ff36d41fa8579a5da202f76c19dec.tar.xz
faker-6abecc39bf1ff36d41fa8579a5da202f76c19dec.zip
chore(release): 9.0.0 (#3086)
Co-authored-by: Shinigami <[email protected]> Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'docs/guide')
-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 9c1e1612..ad81c760 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