Add more info to README.md.
Guava pull request #1950
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=84455104
diff --git a/README.md b/README.md
index f47e15f..a1349b5 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,23 @@
[](https://travis-ci.org/google/guava)
+The Guava project contains several of Google's core libraries that we rely on
+in our Java-based projects: collections, caching, primitives support,
+concurrency libraries, common annotations, string processing, I/O, and so forth.
+
Requires JDK 1.6 or higher (as of 12.0).
+Learn about Guava
+------------------
+
+- Our users' guide, [GuavaExplained]( https://code.google.com/p/guava-libraries/wiki/GuavaExplained)
+- Browse [API docs for the most recent release]( http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/index.html)
+- Browse [API diffs for the most recent release]( http://docs.guava-libraries.googlecode.com/git-history/release/jdiff/changes.html)
+- [Presentation slides focusing on base, primitives, and io]( http://guava-libraries.googlecode.com/files/Guava_for_Netflix_.pdf)
+- [Presentation slides focusing on cache]( http://guava-libraries.googlecode.com/files/JavaCachingwithGuava.pdf)
+- [Presentation slides focusing on util.concurrent](http://guava-libraries.googlecode.com/files/guava-concurrent-slides.pdf)
+- [A nice collection]( http://www.tfnico.com/presentations/google-guava) of other helpful links
+
Links
-----