Skip to content

Commit 12527b1

Browse files
Updated usage docs
1 parent b7381f8 commit 12527b1

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
@@ -39,7 +39,7 @@ $c->authenticate(Client::AUTH_OAUTH_TOKEN, 'your-token-here');
3939
var_dump($c->currentUser()->show());
4040
```
4141

42-
As of time of writing (Monday 2nd April 2018), every endpoint available on the Bitbucket API 2.O is also available through this PHP client. I'd recommend looking through the Bitbucket documentation, and also the generated documentation available at https://bitbucketapi.github.io/Client/index.html.
42+
As of time of writing (Monday 4th April 2018), every endpoint available on the Bitbucket API 2.0 is also available through this PHP client. I'd recommend looking through the [Bitbucket documentation](https://developer.atlassian.com/bitbucket/api/2/reference/), and also the [generated documentation](https://bitbucketapi.github.io/Client/).
4343

4444

4545
## Security

0 commit comments

Comments
 (0)