README.md in appscrolls-0.8.4 vs README.md in appscrolls-0.9.0

- old
+ new

@@ -10,11 +10,11 @@ The App Scrolls is a magical tool to generate new Rails and modify existing Rails applications (coming) to include your favourite, powerful magic. Authentication, testing, persistence, javascript, css, deployment, and templating - there's a magical scroll for you. * Follow on twitter [@appscrolls][9] * [![Build Status](https://secure.travis-ci.org/drnic/appscrolls.png?branch=master)](http://travis-ci.org/drnic/appscrolls) -* [![Dependency Status](https://gemnasium.com/drnic/appscrolls.png?travis)](https://gemnasium.com/drnic/appscrolls) +* [![Dependency Status](https://gemnasium.com/drnic/appscrolls.png?branch=master)](https://gemnasium.com/drnic/appscrolls) An example application that was built by the App Scrolls is at [https://github.com/drnic/mydemoapp][14]. The generated README shows all the scrolls that were included. ## Installation @@ -109,10 +109,10 @@ ## Authoring Scrolls of Magical Mystery Create new scrolls using: - rake new NAME=scroll-name + thor :new scroll-name Submitting a scroll is actually a very straightforward process. Scrolls are made of up **template code** and **YAML back-matter** stored in a ruby file. The `__END__` parsing convention is used so that each scroll is actually a valid, parseable Ruby file. The structure of a scroll looks something like this: ```ruby gem 'supergem'