Skip to content

Commit 3dda4b9

Browse files
committed
chore: fix wrong installation instruction
1 parent e37cf94 commit 3dda4b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This package is highly experimental. Not recommended for production usage. Feel
1010

1111
- Install this package
1212
```sh
13-
npm install git+https://github.com/xnicecraft/adonisjs-socketio.git
13+
npm install https://github.com/xnicecraft/adonisjs-socketio#<version from release>
1414
```
1515
- Configure the package
1616
```sh
17-
node ace configure "@xnicecraft/adonisjs-socketio"
17+
node ace configure @xnicecraft/adonisjs-socketio
1818
```
1919
- And file start/websocket.ts and config/websocket.ts will be created
2020

0 commit comments

Comments
 (0)