diff --git a/README.md b/README.md index 95a98c50..c20446b3 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,17 @@ Finally run: $ php composer.phar require toin0u/digitalocean-v2 ``` -### Using a framework? ### +### Using Laravel? ### -If you are using a framework and looking for a wrapper for this library. the following projects might interest you. - -* [Laravel-DigitalOcean](https://github.com/GrahamCampbell/Laravel-DigitalOcean) a Laraval wrapper By [Graham Campbell](https://github.com/GrahamCampbell) +[Laravel DigitalOcean](https://github.com/GrahamCampbell/Laravel-DigitalOcean) by [Graham Campbell](https://github.com/GrahamCampbell) might interest you. +```json +{ + "require": { + "graham-campbell/digitalocean": "0.1.*" + } +} +``` Adapter -------