add index.html to the seed layout docs
authorIgor Minar <iiminar@gmail.com>
Mon, 18 Apr 2011 23:57:33 +0000 (16:57 -0700)
committerIgor Minar <iiminar@gmail.com>
Mon, 18 Apr 2011 23:57:33 +0000 (16:57 -0700)
README.md

index e87796f..26b302b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -101,6 +101,7 @@ fetch the changes and merge them into your project with git.
       css/              --> css files
         app.css         --> default stylesheet
       img/              --> image files
+      index.html        --> app layout file (the main html template file of the app)
       js/               --> javascript files
         controllers.js  --> application controllers
         filters.js      --> custom angular filters