From 8ee1bbcc6ffc3598ac2cf49e75a42c3a9a44c6be Mon Sep 17 00:00:00 2001 From: Kan Yilmaz Date: Mon, 6 Nov 2017 09:06:23 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e984b9..01ab2e9 100644 --- a/README.md +++ b/README.md @@ -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/). 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] Zones - [x] User Administration (partial) @@ -38,6 +37,10 @@ $user = new Cloudflare\API\Endpoints\User($adapter); echo $user->getUserID(); ``` +## Contributions + +We welcome community contribution to this repository. [CONTRIBUTING.md](CONTRIBUTING.md) will help you start contributing. + ## Licensing Licensed under the 3-clause BSD license. See the [LICENSE](LICENSE) file for details.