aboutsummaryrefslogtreecommitdiff
path: root/docs/guide/usage.md
diff options
context:
space:
mode:
authorFakerJS 🤖 <[email protected]>2024-11-03 21:40:37 +0100
committerGitHub <[email protected]>2024-11-03 21:40:37 +0100
commitd31579b2593de48ea01015ad1cd2c46207a67a94 (patch)
tree84f71ff1e5875444c59e586f41654e64f7bd42eb /docs/guide/usage.md
parent2d34798d309473f23bdab1698ae9abf6b653d4b8 (diff)
downloadfaker-d31579b2593de48ea01015ad1cd2c46207a67a94.tar.xz
faker-d31579b2593de48ea01015ad1cd2c46207a67a94.zip
chore(release): 9.2.0 (#3243)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'docs/guide/usage.md')
-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 fe18b753..dff2f2ff 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