README.md in bonsai-1.1.5 vs README.md in bonsai-1.1.6
- old
+ new
@@ -22,11 +22,18 @@
`bonsai --plant [NAME]`
Type `bonsai --help` for any help with commands
+## Presentation
+* Introducing Bonsai - at Melbourne Ruby, January 2010
+
+ * [Video](http://vimeo.com/9537550) (with slides)
+ * [Slides](http://www.slideshare.net/benschwarz/introducing-bonsai)
+
+
## Development server
Unlike other static generators, bonsai provides you with a built in web server. Once you've generated the necessary files (generator included) you can simply start developing. Type `bonsai --cultivate` in the root of the generated site, a web server (rack, with thin) will start up.
It will also watch for when you save files - taking care of processing your [lesscss](http://lesscss.org/) files - kind of like [autotest](http://www.zenspider.com/ZSS/Products/ZenTest/).
@@ -73,9 +80,10 @@
## Credits
* [Rohit Arondekar](http://github.com/rohit)
* [Justin Ridgewell](git://github.com/somedumbme91)
* [Ralph von der Heyden](http://github.com/ralph)
* [David Goodlad](http://github.com/dgoodlad)
+ * [Philip Harrison](http://github.com/Harrison)
## Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.