diff --git a/README.md b/README.md index ed8a8b3..7a3f380 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ CLI tool for installing & managing Sonos Web (sonos-web) -Check out [sonos-web](https://github.com/Villarrealized/sonos-web) for more info +Check out [sonos-web](https://github.com/sonos-web/sonos-web) for more info ## Basic Setup If you do not already have npm installed, you must do so [here](https://www.npmjs.com/get-npm) before continuing @@ -15,4 +15,4 @@ Once npm is installed, run the following commands in your terminal to get starte Run `sonos-web --help` for more options ## License -[GPL v3.0](https://github.com/Villarrealized/sonos-web-cli/blob/master/LICENSE) +[GPL v3.0](https://github.com/sonos-web/sonos-web-cli/blob/master/LICENSE) diff --git a/index.js b/index.js index da6cf3e..b002a2a 100755 --- a/index.js +++ b/index.js @@ -168,7 +168,7 @@ async function install() { } spinner.start('downloading installation files'); - download('Villarrealized/sonos-web', installPath, async (err) => { + download('sonos-web/sonos-web', installPath, async (err) => { // clear log file fs.writeFile(installLogFile, ''); diff --git a/package.json b/package.json index 80db422..269cf28 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Villarrealized/sonos-web-cli" + "url": "https://github.com/sonos-web/sonos-web-cli" }, "dependencies": { "colors": "^1.3.3",