aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-08-28 15:07:04 +0700
committerGitHub <[email protected]>2023-08-28 08:07:04 +0000
commitc75ae6afd9edf4fa7ed4c2ecc1f08d1342eb3283 (patch)
treee0ee4e5488713ef3435914d49e0d1fd127ca91d9 /docs/guide
parent28bc32cb8c7fb5f99a352c96af6dcb976985e3c0 (diff)
downloadfaker-c75ae6afd9edf4fa7ed4c2ecc1f08d1342eb3283.tar.xz
faker-c75ae6afd9edf4fa7ed4c2ecc1f08d1342eb3283.zip
docs: remove repeated reference to Ruby, Python, Perl (#2343)
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 58a9b974..ac7e1704 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -9,13 +9,13 @@ Faker is a popular library that generates fake (but reasonable) data that can be
- Building Demos
- Working without a completed backend
-Faker was originally written in [Perl](https://metacpan.org/dist/Data-Faker) and this is the JavaScript port. Language bindings also exist for [Ruby](https://github.com/faker-ruby/faker), [Java](https://github.com/DiUS/java-faker), and [Python](https://github.com/joke2k/faker).
+Faker was originally written in [Perl](https://metacpan.org/dist/Data-Faker) and this is the JavaScript port. Faker is also available as a library for [Ruby](https://github.com/faker-ruby/faker), [Java](https://github.com/DiUS/java-faker), and [Python](https://github.com/joke2k/faker).
This documentation only covers the JavaScript implementation of Faker.
## Environments
-You can run Faker in the Browser, within Node, or the many other languages supported by Faker. ([Perl](https://metacpan.org/dist/Data-Faker), [Ruby](https://github.com/faker-ruby/faker), [Java](https://github.com/DiUS/java-faker), and [Python](https://github.com/joke2k/faker))
+You can run Faker in the browser, or in Node.js. Faker v8.0 requires Node.js version 14 or above. Both ESM and CommonJS imports are available.
## Installation