@@ -6,28 +6,28 @@ OBSWebSocket.JS allows Javascript-based connections to the Open Broadcaster plug
66
77<p align =" center " >
88
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 ]
1414</p >
1515
1616<p align =" center " >
1717
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 ) **
2121</p >
2222
2323## Installation
2424
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.
2626
2727``` sh
28- npm install @duncte123/obs-websocket-js --save
28+ npm install @duncte123/obs-websocket-js
2929
30- bower install @duncte123/obs-websocket-js --save
30+ yarn add @duncte123/obs-websocket-js
3131```
3232
3333Typescript definitions are included in this package, and are automatically generated to match the latest ` obs-websocket ` release.
0 commit comments