File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ For full documentation, visit [headlessui.dev](https://headlessui.dev).
17
17
18
18
You can install the latest version by using:
19
19
20
- - ` npm install @headlessui/react@latest ` .
21
- - ` npm install @headlessui/vue@latest ` .
20
+ - ` npm install @headlessui/react@latest `
21
+ - ` npm install @headlessui/vue@latest `
22
22
23
23
### Installing the insiders version
24
24
25
25
You can install the insiders version (which points to whatever the latest commit on the ` main ` branch is) by using:
26
26
27
- - ` npm install @headlessui/react@insiders ` .
28
- - ` npm install @headlessui/vue@insiders ` .
27
+ - ` npm install @headlessui/react@insiders `
28
+ - ` npm install @headlessui/vue@insiders `
29
29
30
30
** Note:** The insiders build doesn't follow semver and therefore doesn't guarantee that the APIs will be the same once they are released.
31
31
You can’t perform that action at this time.
0 commit comments