README.textile in spinebox-0.0.7 vs README.textile in spinebox-0.0.8
- old
+ new
@@ -18,9 +18,10 @@
bc.. # Create new project an start developing
$ spinebox new blog
$ cd blog
$ spinebox server
+$ open http://localhost:3000/index.html
h4. Generate models, views and controllers
bc.. # Generate a model view and a controller
$ spinebox generate model post title author body