aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-01-24 20:04:55 +0100
committerGitHub <[email protected]>2022-01-24 20:04:55 +0100
commit12e33654d183889459d51e9f44c39e51cf7c3bb3 (patch)
tree4d55ef5c8fd444f1575baf73028bdecce84497c5 /docs/guide
parenta3792251766ed9a87a59c760ea87f64792e54caa (diff)
downloadfaker-12e33654d183889459d51e9f44c39e51cf7c3bb3.tar.xz
faker-12e33654d183889459d51e9f44c39e51cf7c3bb3.zip
build: bundle with esbuild (#257)
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index ba57fbf7..06044701 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -68,9 +68,9 @@ const randomCard = faker.helpers.createCard(); // An object representing a rando
```
:::tip Note
-Using the browser is great for experimenting 👍. However, due to all of the strings Faker uses to generate fake data, **Faker is a large package**. It's around `1.57 MB` minified. **Please avoid deploying Faker in your web app.**
+Using the browser is great for experimenting 👍. However, due to all of the strings Faker uses to generate fake data, **Faker is a large package**. It's `> 5 MiB` minified. **Please avoid deploying Faker in your web app.**
:::
## Community
-If you have questions or need help, reach out to the community via Discord and GitHub Discussions.
+If you have questions or need help, reach out to the community via [Discord](https://discord.com/invite/4qDjAmDj4P) and [GitHub Discussions](https://github.com/faker-js/faker/discussions).