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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user