Skip to content

Commit

Permalink
Merge pull request #3 from saitei/develop
Browse files Browse the repository at this point in the history
merging to current version
  • Loading branch information
ddarbs authored Jan 16, 2018
2 parents 4effe03 + 8e7c202 commit d7b3431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://www.codecademy.com/learn/introduction-to-javascript

## Populating `Rates` sheet with currency data

1. Create [a new Google Sheets spreadsheet](docs.google.com/spreadsheets) and name it something, or open an existing one
1. Create [a new Google Sheets spreadsheet](https://docs.google.com/spreadsheets) and name it something, or open an existing one

1. ![Create new spreadsheet](https://i.imgur.com/ARb3B0Dm.png)

Expand Down
2 changes: 1 addition & 1 deletion scripteditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function getData() {
//

//var vtcWallet = getVtcBalance("Your VTC Address");
//ssRates.getRange('B5').setValue(vtcWallet);
//ssWallets.getRange('B5').setValue(vtcWallet);
}

// XXXXXXXXXX DONT TOUCH UNLESS WIZARD XXXXXXXXXXXXX
Expand Down

0 comments on commit d7b3431

Please sign in to comment.