README.md in copy-0.1.7 vs README.md in copy-0.2.0
- old
+ new
@@ -14,11 +14,11 @@
│ └── stylesheets
│ └── main.css <- Toss some CSS styles in here.
└── views <- Your views, layouts, and partials live here.
├── index.html.erb
└── layout.html.erb <- Optional global layout file.
-
+
Copy automatically maps URLs to files in your `views` directory.
* `/` → `index.html.erb`
* `/about` → `about.html.erb` or `about/index.html.erb`
* `/about/us` → `about/us.html.erb`
@@ -61,6 +61,6 @@
Browse to `/_copy` and drag the "Edit Copy" link to your bookmarks bar. Return to your site, click the bookmark (you'll be prompted for your username and password) and then click on the highlighted text to edit it. That's it!
----
-[![Build Status](http://travis-ci.org/javan/copy.png)](http://travis-ci.org/javan/copy) — © 2011 Javan Makhmali
+[![Build Status](http://travis-ci.org/javan/copy.png)](http://travis-ci.org/javan/copy) — © 2013 Javan Makhmali
\ No newline at end of file