summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--Rakefile1
2 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index e0edb8a..700de34 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,13 @@ Installation
cd slop
gem build slop.gemspec
gem install slop-0.1.6.gem
-
-### GitHub + Rake = <3
+
+Features Overview
+-----------------
- git clone git://github.com/injekt/slop.git
- rake build
+ - Callbacks
+ - Casting
+ - Lists
Usage
-----
diff --git a/Rakefile b/Rakefile
index fd8e702..0a681c7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,5 +22,4 @@ namespace :readme do
end
-
task :default => :spec