Skip to content

Commit bccafbc

Browse files
committed
docs: update README
1 parent 2dd9e14 commit bccafbc

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
@@ -127,7 +127,7 @@ Check API client docs: [https://bitbucketjs.netlify.com](https://bitbucketjs.net
127127

128128
```js
129129
bitbucket.repositories
130-
.listGlobal()
130+
.listGlobal({})
131131
.then(({ data }) => console.log(data.values))
132132
.catch((err) => console.error(err))
133133
```

0 commit comments

Comments
 (0)