readme.textile in seabass-0.2.2 vs readme.textile in seabass-0.2.4
- old
+ new
@@ -1,25 +1,16 @@
h1. Seabass
-A suite of Seabass-safe Rake tasks for deploying .NET applications
+A suite of Seabass-safe Rake tasks for managing .NET applications
h1. Installation
To install the gem you just need to run
<pre>
gem install seabass
</pre>
-h1. Example
+h1. Documentation
-<pre>
-require 'rubygems'
-require 'seabass'
-
-robocopy do |r|
- r.files << "foo.txt"
- r.files << "bar.txt"
- r.directories << "c:/temp/source/baz"
- r.destination = "c:/temp/destination"
-end
-</pre>
+* <a href="http://github.com/jhollingworth/Seabass/wiki/Robocopy">Robocopy</a>
+* <a href="http://github.com/jhollingworth/Seabass/wiki/Features">Features</a>
\ No newline at end of file