Skip to content

Commit 517ca77

Browse files
authored
Remove . from install instructions (#1468)
Make this line just a little easier to copy paste.
1 parent 9885008 commit 517ca77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ For full documentation, visit [headlessui.dev](https://headlessui.dev).
1717

1818
You can install the latest version by using:
1919

20-
- `npm install @headlessui/react@latest`.
21-
- `npm install @headlessui/vue@latest`.
20+
- `npm install @headlessui/react@latest`
21+
- `npm install @headlessui/vue@latest`
2222

2323
### Installing the insiders version
2424

2525
You can install the insiders version (which points to whatever the latest commit on the `main` branch is) by using:
2626

27-
- `npm install @headlessui/react@insiders`.
28-
- `npm install @headlessui/vue@insiders`.
27+
- `npm install @headlessui/react@insiders`
28+
- `npm install @headlessui/vue@insiders`
2929

3030
**Note:** The insiders build doesn't follow semver and therefore doesn't guarantee that the APIs will be the same once they are released.
3131

0 commit comments

Comments
 (0)