update readme
diff --git a/README.md b/README.md
index e798786..662160b 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@
 
 - `1`, `1.6`, `1.6.1`, `latest`: CouchDB 1.6.1
 - `1-couchperuser`, `1.6-couchperuser`, `1.6.1-couchperuser`: CouchDB 1.6.1 with couchperuser plugin
-- `2.0-dev`: CouchDB 2.0 master (development version) with preconfigured dev cluster
+- `2.0-dev`: CouchDB 2.0 RC2 (development version) with preconfigured dev cluster
+- `2.0-rc2`: CouchDB 2.0 RC2 (development version) single node
 - `2.0-dev-docs`: CouchDB 2.0 master (development version) with preconfigured dev cluster and documentation
 - `2.0-single`: CouchDB 2.0 master (development version)
 
@@ -81,8 +82,8 @@
 ### In a developer cluster
 
 Available on the docker registry as [klaemo/couchdb:2.0-dev](https://index.docker.io/u/klaemo/couchdb/).
-This build demonstrates the CouchDB clustering features by creating a local 
-cluster of a default three nodes inside the container, with a proxy in front. 
+This build demonstrates the CouchDB clustering features by creating a local
+cluster of a default three nodes inside the container, with a proxy in front.
 This is great for testing clustering in your local environment.
 
 ```bash