From e0e67e921e579ef742a73be3398885cbd83e9091 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 17 Oct 2012 23:53:38 -0700 Subject: [PATCH] Update README.md file --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9fca3e5..68f3fd3 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ fetch the changes and merge them into your project with git. services.js --> custom angular services lib/ --> angular and 3rd party javascript libraries angular/ - angular.js --> the latest angular js - angular.min.js --> the latest minified angular js - angular-*.js --> angular add-on modules - version.txt --> version number - partials/ --> angular view partials (partial html templates) + angular.js --> the latest angular js + angular.min.js --> the latest minified angular js + angular-*.js --> angular add-on modules + version.txt --> version number + partials/ --> angular view partials (partial html templates) partial1.html partial2.html @@ -134,6 +134,9 @@ fetch the changes and merge them into your project with git. version.txt --> version file unit/ --> unit level specs/tests controllersSpec.js --> specs for controllers + directivessSpec.js --> specs for directives + filtersSpec.js --> specs for filters + servicesSpec.js --> specs for services ## Contact -- 2.20.1