Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, '');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down