Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from square/release/2.5.4
Browse files Browse the repository at this point in the history
Fix example in README.md
  • Loading branch information
DanGe42 authored Jan 25, 2018
2 parents 3daec42 + 41689b7 commit 05c7ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ oauth2.accessToken = "YOUR ACCESS TOKEN";

var api = new SquareConnect.LocationsApi();

api.listLocations.then(function(data) {
api.listLocations().then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
Expand Down

0 comments on commit 05c7ef0

Please sign in to comment.