Skip to content

Commit

Permalink
chore: update docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Nov 3, 2024
1 parent 090d934 commit 14aaa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/faker@v9.1.0"`.
It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/faker@v9.2.0"`.
:::

### Alternative CDN links
Expand Down

0 comments on commit 14aaa34

Please sign in to comment.