README.md in rack-blogengine-0.0.7 vs README.md in rack-blogengine-0.0.8

- old
+ new

@@ -16,16 +16,16 @@ $ gem install rack-blogengine ## Usage -Create a targetfolder where your Styling & Content is placed. +`rack-blogengine generate <folder>` will create your Folder skeleton ### Structure -`targetfolder/layout` - save your layout.html and style.css in this folder +`targetfolder/layout` - save your layout.html in this folder -`targetfolder/assets` - your assets (images, js etc) will be served from this folder (http://pathtoapp.tld/images) +`targetfolder/assets` - your assets (images, js, css etc) will be served from this folder (http://pathtoapp.tld/assets) `targetfolder/test.content` - your available blog entries matches to the .content files, each .content file is a blog entry ### Layout