From 8a25dafdf80a933384dfcfe8b70b0a7663fe9289 Mon Sep 17 00:00:00 2001 From: Jay Hariani Date: Sun, 1 Feb 2015 12:10:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835dc76..a3fffee 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # laravel-kinvey -This package provides integration between Kinvey's great back end as a service platform and Laravel 4. It's based on version 2 of their [REST API](http://devcenter.kinvey.com/rest/guides/getting-started). +This package provides integration between Kinvey's great back end as a service platform and Laravel 4. It's based on version 2 of their [REST API](http://devcenter.kinvey.com/rest/guides/getting-started). Sponsered by [GovTribe](https://govtribe.com). [BaaS](http://en.wikipedia.org/wiki/Backend_as_a_service) providers like Kinvey can serve as a one stop shop for infrastructure. You give up a little in flexibility, but gain the simplicity of having one service provide several features across your app. I tailored this specifically to Laravel because I think that to get the most out of a service like Kinvey it needs to be tied closely to the framework you use.