Skip to content

Commit e0f34d9

Browse files
committed
README example fix
1 parent 34f39c7 commit e0f34d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var opts = {
7575

7676
apiInstance.getLists(opts).then(function(data) {
7777
console.log('API called successfully. Returned data: ' + data);
78-
api.getAttributes().then(function(data) {
78+
apiInstance.getAttributes().then(function(data) {
7979
console.log('API called successfully. Returned data: ' + data);
8080
}, function(error) {
8181
console.error(error);

0 commit comments

Comments
 (0)