Skip to content

Commit 8ee1bbc

Browse files
authored
Update README.md
1 parent d8b2093 commit 8ee1bbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The recommended way to install this package is via the Packagist Dependency Mana
1111
The Cloudflare API can be found [here](https://api.cloudflare.com/).
1212
Each API call is provided via a similarly named function within various classes in the **Cloudflare\API\Endpoints** namespace:
1313

14-
1514
- [x] [DNS Records](https://www.cloudflare.com/dns/)
1615
- [x] Zones
1716
- [x] User Administration (partial)
@@ -38,6 +37,10 @@ $user = new Cloudflare\API\Endpoints\User($adapter);
3837
echo $user->getUserID();
3938
```
4039

40+
## Contributions
41+
42+
We welcome community contribution to this repository. [CONTRIBUTING.md](CONTRIBUTING.md) will help you start contributing.
43+
4144
## Licensing
4245

4346
Licensed under the 3-clause BSD license. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)