aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/upgrading.md4
-rw-r--r--docs/guide/usage.md2
2 files changed, 1 insertions, 5 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md
index b717ec96..4382de37 100644
--- a/docs/guide/upgrading.md
+++ b/docs/guide/upgrading.md
@@ -6,10 +6,6 @@ outline: [2, 3]
This is the migration guide for upgrading from v9 to v10.
-::: tip
-v10 has not yet been released. This page contains a work-in-progress list of breaking changes in v10.
-:::
-
::: info Not the version you are looking for?
- [Upgrading to v9](https://v9.fakerjs.dev/guide/upgrading.html)
diff --git a/docs/guide/usage.md b/docs/guide/usage.md
index 9168e752..89c6b0cd 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