Skip to content

Commit

Permalink
md update, updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web3nelly committed Apr 6, 2023
1 parent 3fe7270 commit f84eebf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# change-obs-scene
# @b3nelly/change-obs-scene Node.js npm Package

With just a few lines of code, automate changing your OBS scenes using the [@b3nelly/change-obs-scene](https://www.npmjs.com/package/@b3nelly/change-obs-scene?activeTab=readme) npm package. 💜

Expand Down Expand Up @@ -46,8 +46,8 @@ const obsWebSocketServerURL = "ws://localhost:4455";
changeScene(
intervalInSeconds,
obsSkipScenes,
obsWebSocketServerPassword
obsWebSocketServerURL,
obsWebSocketServerPassword,
obsWebSocketServerURL
);
```

Expand All @@ -64,8 +64,8 @@ const obsWebSocketServerURL = "ws://localhost:4455";
changeScene(
intervalInSeconds,
obsSkipScenes,
obsWebSocketServerPassword
obsWebSocketServerURL,
obsWebSocketServerPassword,
obsWebSocketServerURL
);
```

Expand All @@ -82,8 +82,7 @@ changeScene(
<script>
require.config({
paths: {
changeScene:
"@b3nelly/change-obs-scene/dist/obs-switch-scenes.amd",
changeScene: "@b3nelly/change-obs-scene/dist/obs-switch-scenes.amd",
},
});
Expand All @@ -96,8 +95,8 @@ changeScene(
changeScene(
intervalInSeconds,
obsSkipScenes,
obsWebSocketServerPassword
obsWebSocketServerURL,
obsWebSocketServerPassword,
obsWebSocketServerURL
);
});
</script>
Expand All @@ -112,8 +111,8 @@ changeScene(
changeScene(
intervalInSeconds,
obsSkipScenes,
obsWebSocketServerPassword
obsWebSocketServerURL,
obsWebSocketServerPassword,
obsWebSocketServerURL
);
```

Expand Down Expand Up @@ -157,4 +156,4 @@ Configuration file [rollup.config.js](https://github.com/web3nelly/change-obs-sc

### MIT

This `README.md` file provides installation and usage instructions, as well as a brief description of the API for the `change-obs-scene` package. Feel free to modify it as needed.
This `README.md` file provides installation and usage instructions, as well as a brief description of the API for the [@b3nelly/change-obs-scene](https://www.npmjs.com/package/@b3nelly/change-obs-scene?activeTab=readme) package. Feel free to modify it as needed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b3nelly/change-obs-scene",
"version": "1.0.0",
"version": "1.1.0",
"description": "With just a few lines of code, automate changing your OBS scenes. Happy streaming! 💜",
"author": "web3nelly",
"license": "MIT",
Expand Down Expand Up @@ -42,6 +42,7 @@
},
"homepage": "https://github.com/web3nelly/change-obs-scene#readme",
"dependencies": {
"@b3nelly/change-obs-scene": "^1.1.0",
"obs-websocket-js": "^5.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit f84eebf

Please sign in to comment.