From c96c6544b48da6b015c871775aa4cf13ff8a30a7 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 9 Jul 2013 20:46:51 +0300 Subject: [PATCH] Adding Bower Support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f0fa1263a..480079e6a6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ See the [config](config/) folder and especially the [config.js](config/config.js * [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. * [NodeJS Routes](config/routes.js) - Where we define our REST service routes. - * [AngularJs Routes](public/config.js) - Where we define our CRUD routes. + * [AngularJs Routes](public/js/config.js) - Where we define our CRUD routes. ## The Future