General cleanup of README files (#1361)

* cleanup README files

* ignore flakey tests for now

There are a handful of tests that are pretty flakey and fail every once
in a while on CI, I don't want to remove them yet, but rather ignore
them for now.

I am going to experiment with using Playwright/Puppeteer to use a real
browser instead.
This commit is contained in:
Robin Malfait
2022-04-24 01:05:17 +02:00
committed by GitHub
parent c8cf26ffcb
commit cb7a969951
6 changed files with 13 additions and 21 deletions
+4 -4
View File
@@ -17,15 +17,15 @@ For full documentation, visit [headlessui.dev](https://headlessui.dev).
You can install the latest version by using:
- `npm install @headlessui/react@latest` or `yarn add @headlessui/react@latest`.
- `npm install @headlessui/vue@latest` or `yarn add @headlessui/vue@latest`.
- `npm install @headlessui/react@latest`.
- `npm install @headlessui/vue@latest`.
### Installing the insiders version
You can install the insiders version (which points to whatever the latest commit on the `main` branch is) by using:
- `npm install @headlessui/react@insiders` or `yarn add @headlessui/react@insiders`.
- `npm install @headlessui/vue@insiders` or `yarn add @headlessui/vue@insiders`.
- `npm install @headlessui/react@insiders`.
- `npm install @headlessui/vue@insiders`.
**Note:** The insiders build doesn't follow semver and therefore doesn't guarantee that the APIs will be the same once they are released.