diff --git a/README.md b/README.md index f966bd687..672806480 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Disclaimer: This is not an official Google product. # Mug -A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs/index.html)), commonly used in Google's internal Java code ,with **0 deps** (Proto, BigQuery, Guava addons are in separate artifacts). ![](https://travis-ci.org/google/mug.svg?branch=master) +A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs/index.html)), widely used in Google's internal Java code, with **0 deps** (Proto, BigQuery, Guava addons are in separate artifacts). ![](https://travis-ci.org/google/mug.svg?branch=master) Offers: * **Intuitive to read**, powerful string manipulation ([StringFormat](https://github.com/google/mug/wiki/StringFormat-Explained), [Substring](https://github.com/google/mug/wiki/Substring-Explained))