Skip to content

Commit aa0216b

Browse files
Updated readme
1 parent 1e0077d commit aa0216b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040

4141
1. Add `nuxt-socket-io` dependency to your project
4242

43-
* Nuxt 2.x:
43+
* Nuxt 3.x:
4444
```bash
45-
npm i nuxt-socket-io@2
45+
npm i nuxt-socket-io
4646
```
4747

48-
* Nuxt 3.x:
48+
* Nuxt 2.x:
4949
```bash
50-
npm i nuxt-socket-io
50+
npm i nuxt-socket-io@2
5151
```
5252

5353
2. Add `nuxt-socket-io` to the `modules` section of `nuxt.config.js`
@@ -101,8 +101,6 @@ But WAIT! There's so much more you can do!! Check out the documentation:
101101
102102
There you will see:
103103
- More details about the features, configuration and usage
104-
- Demos and examples, and link to a codesandbox so you can try things out as you follow along!
105-
- All the old docs that you originally saw here were *moved* there and better organized. Things should be much easier to follow now!
106104

107105
### Resources
108106

0 commit comments

Comments
 (0)