Remove . from install instructions (#1468)

Make this line just a little easier to copy paste.
This commit is contained in:
Tobias
2022-05-19 11:25:07 +02:00
committed by GitHub
parent 9885008357
commit 517ca77a23
+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`.
- `npm install @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`.
- `npm install @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.