File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4040
41411 . 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
53532 . 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
102102There 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
You can’t perform that action at this time.
0 commit comments