From add8b5f86c554c7e64944189a259cba2749ba779 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Mon, 17 May 2010 22:46:54 -0400 Subject: [PATCH] Updated readme a bit. --- README.rdoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rdoc b/README.rdoc index b070685..dae671e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,18 +2,18 @@ Thin layer over the ruby driver that allows you to quickly grab hold of your data (pluck it!). +*Still rough around the edges and changing rapidly.* + == Install -None, because it is not ready. + $ gem install plucky == Note on Patches/Pull Requests - + * Fork the project. * Make your feature addition or bug fix. -* Add tests for it. This is important so I don't break it in a - future version unintentionally. -* Commit, do not mess with rakefile, version, or history. - (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) +* Add tests for it. This is important so I don't break it in a future version unintentionally. +* Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright