Update README.md

This commit is contained in:
Kan Yilmaz
2017-11-06 09:06:23 -08:00
committed by GitHub
parent d8b2093eed
commit 8ee1bbcc6f

View File

@@ -11,7 +11,6 @@ The recommended way to install this package is via the Packagist Dependency Mana
The Cloudflare API can be found [here](https://api.cloudflare.com/). The Cloudflare API can be found [here](https://api.cloudflare.com/).
Each API call is provided via a similarly named function within various classes in the **Cloudflare\API\Endpoints** namespace: Each API call is provided via a similarly named function within various classes in the **Cloudflare\API\Endpoints** namespace:
- [x] [DNS Records](https://www.cloudflare.com/dns/) - [x] [DNS Records](https://www.cloudflare.com/dns/)
- [x] Zones - [x] Zones
- [x] User Administration (partial) - [x] User Administration (partial)
@@ -38,6 +37,10 @@ $user = new Cloudflare\API\Endpoints\User($adapter);
echo $user->getUserID(); echo $user->getUserID();
``` ```
## Contributions
We welcome community contribution to this repository. [CONTRIBUTING.md](CONTRIBUTING.md) will help you start contributing.
## Licensing ## Licensing
Licensed under the 3-clause BSD license. See the [LICENSE](LICENSE) file for details. Licensed under the 3-clause BSD license. See the [LICENSE](LICENSE) file for details.