Skip to content

docs: show hint regarding displayed readme version #1698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 5, 2023
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@

[API Documentation](https://fakerjs.dev/guide/)

---

Please select the version of the documentation you are looking for.

| Version | Github | Website |
| :-----: | :----------------------------------------------------: | :------------------------ |
| release | [releases](https://github.com/faker-js/faker/releases) | https://fakerjs.dev/ |
| dev | [next](https://github.com/faker-js/faker/tree/next) | https://next.fakerjs.dev/ |
| v8.x.x | [v8](https://github.com/faker-js/faker/tree/v8) | https://v8.fakerjs.dev/ |
| v7.x.x | [v7](https://github.com/faker-js/faker/tree/v7) | https://v7.fakerjs.dev/ |
| v6.x.x | [v6](https://github.com/faker-js/faker/tree/v6) | https://v6.fakerjs.dev/ |

---

## 🚀 Features

- 💌 Locations - Generate valid looking Addresses, Zip Codes, Street Names, States, and Countries!
Expand Down