about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 6e59757..aba9122 100644
--- a/README
+++ b/README
@@ -47,15 +47,15 @@
 
 * Simple and easy Ruby DSL for configuration.
 
-* *Development branch* Decodes chunked transfers on-the-fly,
-  this allows upload progress notification to be implemented as well
-  as being able to tunnel arbitrary stream-based protocols over HTTP.
+* Decodes chunked transfers on-the-fly, thus allowing upload progress
+  notification to be implemented as well as being able to tunnel
+  arbitrary stream-based protocols over HTTP.
 
 == Versions
 
-{Stable v0.8.4}[http://git.bogomips.org/cgit/unicorn.git/tag/?id=v0.8.4]
+{Current v0.90.0}[http://git.bogomips.org/cgit/unicorn.git/tag/?id=v0.90.0]
 
-{Development v0.9.2}[http://git.bogomips.org/cgit/unicorn.git/tag/?id=v0.9.2]
+{Old Stable v0.8.4}[http://git.bogomips.org/cgit/unicorn.git/tag/?id=v0.8.4]
 
 == License
 
@@ -80,7 +80,7 @@ http://rubyforge.org/frs/?group_id=1306
 
 You may also install it via Rubygems on Rubyforge:
 
-  gem install unicorn -v0.8.4
+  gem install unicorn
 
 You can get the latest source via git from the following locations
 (these versions may not be stable):