@@ -6,28 +6,28 @@ OBSWebSocket.JS allows Javascript-based connections to the Open Broadcaster plug
6
6
7
7
<p align =" center " >
8
8
9
- [ ![ ] [ badge-build-status ]] [ link-Travis-CI ]
10
- [ ![ ] [ badge-coveralls ]] [ link-Coveralls ]
11
- [ ![ ] [ badge-npm-version ]] [ link-npm ]
12
- [ ![ ] [ badge-npm-downloads ]] [ link-npm ]
13
- [ ![ ] [ badge-npm-license ]] [ link-npm ]
9
+ [ ![ ] [ badge-build-status ]] [ link-Travis-CI ]
10
+ [ ![ ] [ badge-coveralls ]] [ link-Coveralls ]
11
+ [ ![ ] [ badge-npm-version ]] [ link-npm ]
12
+ [ ![ ] [ badge-npm-downloads ]] [ link-npm ]
13
+ [ ![ ] [ badge-npm-license ]] [ link-npm ]
14
14
</p >
15
15
16
16
<p align =" center " >
17
17
18
- ** [ Download] ( https://raw.githubusercontent.com/duncte123/obs-websocket-js/gh-pages/dist/obs-websocket.js ) ** |
19
- ** [ Samples] ( https://github.com/duncte123/obs-websocket-js/tree/master/samples ) ** |
20
- ** [ Changelog] ( https://github.com/duncte123/obs-websocket-js/blob/gh-pages/CHANGELOG.md ) **
18
+ ** [ Download] ( https://raw.githubusercontent.com/duncte123/obs-websocket-js/gh-pages/dist/obs-websocket.js ) ** |
19
+ ** [ Samples] ( https://github.com/duncte123/obs-websocket-js/tree/master/samples ) ** |
20
+ ** [ Changelog] ( https://github.com/duncte123/obs-websocket-js/blob/gh-pages/CHANGELOG.md ) **
21
21
</p >
22
22
23
23
## Installation
24
24
25
- Please note that the version of obs-websocket-js matches the release version of obs-websocket
25
+ Please note that the version of obs-websocket-js matches the release version of obs-websocket, different versions may be incompatible.
26
26
27
27
``` sh
28
- npm install @duncte123/obs-websocket-js --save
28
+ npm install @duncte123/obs-websocket-js
29
29
30
- bower install @duncte123/obs-websocket-js --save
30
+ yarn add @duncte123/obs-websocket-js
31
31
```
32
32
33
33
Typescript definitions are included in this package, and are automatically generated to match the latest ` obs-websocket ` release.
0 commit comments