From d69bf01fbd0fca40d9a49fad99231b7a1cdb6b14 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 9 Jul 2013 20:46:20 +0300 Subject: [PATCH] Adding Bower Support --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93b76e1e2d..5f0fa1263a 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,8 @@ See the [config](config/) folder and especially the [config.js](config/config.js * [The AngularJs Service](public/js/services/articles.js) - Where we connect to our REST service. * [The AngularJs Controller](public/js/controllers/articles.js) - Where we take care of our frontend logic. * [The AngularJs Views Folder](public/views/articles) - Where we keep our CRUD views. - - And the route configuration in: - * [NodeJS Routes](config/routes.js) - Where we define our object schema. - * [AngularJs Routes](public/config.js) - Where we take care of our backend logic. + * [NodeJS Routes](config/routes.js) - Where we define our REST service routes. + * [AngularJs Routes](public/config.js) - Where we define our CRUD routes. ## The Future