1 parent e37cf94 commit 3dda4b9Copy full SHA for 3dda4b9
1 file changed
README.md
@@ -10,11 +10,11 @@ This package is highly experimental. Not recommended for production usage. Feel
10
11
- Install this package
12
```sh
13
- npm install git+https://github.com/xnicecraft/adonisjs-socketio.git
+ npm install https://github.com/xnicecraft/adonisjs-socketio#<version from release>
14
```
15
- Configure the package
16
17
- node ace configure "@xnicecraft/adonisjs-socketio"
+ node ace configure @xnicecraft/adonisjs-socketio
18
19
- And file start/websocket.ts and config/websocket.ts will be created
20
0 commit comments