Skip to content

Commit 5f45bb4

Browse files
authored
Update README.md (#274)
More copy-paste friendly install commands
1 parent ecc17c2 commit 5f45bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ obs-websocket-js allows Javascript-based connections to the Open Broadcaster Sof
3535
Using a package manager like npm / yarn is the recommended installation method when you're planning to use obs-websocket-js in node.js, building a web app that you'll bundle with webpack or rollup, or for using type definitions.
3636

3737
```sh
38-
# with npm
3938
npm install obs-websocket-js@next
40-
41-
# with yarn
39+
```
40+
or
41+
```sh
4242
yarn add obs-websocket-js@next
4343
```
4444

0 commit comments

Comments
 (0)