From 6820fceab5422617bb4b967fcd843a5296e9e472 Mon Sep 17 00:00:00 2001 From: Eric Kryski Date: Tue, 27 Aug 2013 17:40:02 -0600 Subject: [PATCH] updating readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 787c68296..efc9921a2 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ As with any NodeJS module, just install it as a dependency in your application: ## Getting Started Is Easy -Like we said, services are just simple modules that expose certain methods to the providers. This makes it easy to initialize a service that say... provides a single TODO: +Building an app with Feathers is easy. There are only 4 things to worry about. A wrapped express server, providers, services & middleware. Services are just simple modules that expose certain methods to the providers in order to CRUD your data. We can easily initialize a service that say... provides a single TODO: ```js var feathers = require('feathers');