We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefa1e1 commit b2052b0Copy full SHA for b2052b0
README.md
@@ -9,8 +9,8 @@ This branch is for CNCjs 2.0.0 or later versions. If you're looking for the prev
9
## Installation
10
11
```sh
12
-npm install --save cncjs-controller@latest
13
-npm install --save socket.io-client@1.7 # socket.io-client 1.7 is recommended
+npm install --save cncjs-controller@2.x
+npm install --save socket.io-client
14
```
15
16
## Usage
0 commit comments