README.md in html5-starter-0.2.9b vs README.md in html5-starter-0.3.1

- old
+ new

@@ -14,10 +14,10 @@ Starting a project ------------------ - compass create my_project -r html5-boilerplate -u html5-boilerplate --javascripts-dir assets/js --css-dir assets/css --images-dir assets/img --sass-dir assets/sass + compass create my_project -r html5-starter -u html5-starter --javascripts-dir js --css-dir css --images-dir img --sass-dir sass The `--javascripts-dir`, `--css-dir`, `--images-dir` and `--sass-dir` flags are required to keep consistent with the original HTML5 Starter project layout. If you omit them, be sure to edit your javascript and style tags accordingly in `index.html`. Run `compass watch my_project` and the SCSS files will automatically get compiled to your Sass compilation directory whenever a change is made: