Skip to content

Commit

Permalink
moved connection page to github itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Vard committed Mar 17, 2022
1 parent 59338b6 commit 4a1b829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let vrchatOSC = new osc.UDPPort({
});

vrchatOSC.open();
open('https://vard.space/vrc-osc-hrm/');
open('https://vard88508.github.io/vrc-osc-miband-hrm/html/');
console.log("Waiting for connection from browser...");

server.on('connection', ws => {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vrchat-osc-miband-hrm",
"version": "1.0.0",
"name": "vrc-osc-miband-hrm",
"version": "1.6.0",
"description": "",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 4a1b829

Please sign in to comment.