Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxbux committed May 6, 2020
1 parent b420413 commit ec2f378
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
`b2-sdk-php` is a client library for working with Backblaze's B2 storage service. It aims to make using the service as
easy as possible by exposing a clear API and taking influence from other SDKs that you may be familiar with.

## Example
## Documentation

This is just a short example, full examples to come on the wiki.
[Full documentation of the Backblaze B2 API can be found here.](https://www.backblaze.com/b2/docs/index.html)

## Examples

```php
use Zaxbux\B2\Client;
Expand Down Expand Up @@ -89,7 +91,7 @@ $ vendor/bin/phpunit

## Contributors

Feel free to contribute in any way you can whether that be reporting issues, making suggestions or sending PRs. :)
Feel free to contribute in any way you can whether that be reporting issues, making suggestions or sending PRs.

## License

Expand Down

0 comments on commit ec2f378

Please sign in to comment.