From f22dbd2c5ba8526462df957740bdc647581f63fd Mon Sep 17 00:00:00 2001 From: Ben Yu Date: Sun, 12 Jan 2025 11:26:05 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))