Update README to reference 1.0-rc2 as the latest release.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=67867589
diff --git a/README.md b/README.md
index 3e67b2e..8760585 100644
--- a/README.md
+++ b/README.md
@@ -8,16 +8,16 @@
 Getting started
 ---------------
 
-The latest release is [1.0-rc1](https://github.com/google/jimfs/releases/tag/v1.0-rc1).
+The latest release is [1.0-rc2](https://github.com/google/jimfs/releases/tag/v1.0-rc2).
 
 It is available in Maven Central as
-[com.google.jimfs:jimfs:1.0-rc1](http://search.maven.org/#artifactdetails%7Ccom.google.jimfs%7Cjimfs%7C1.0-rc1%7Cjar):
+[com.google.jimfs:jimfs:1.0-rc2](http://search.maven.org/#artifactdetails%7Ccom.google.jimfs%7Cjimfs%7C1.0-rc2%7Cjar):
 
 ```xml
 <dependency>
   <groupId>com.google.jimfs</groupId>
   <artifactId>jimfs</artifactId>
-  <version>1.0-rc1</version>
+  <version>1.0-rc2</version>
 </dependency>
 ```