From 0cf56c32c0bc025b2203edbad9893b269edf4b0b Mon Sep 17 00:00:00 2001 From: Ben Yu Date: Sun, 12 Jan 2025 11:25:40 -0800 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba61ab105..f966bd687 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)), 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)), 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) 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)) From f22dbd2c5ba8526462df957740bdc647581f63fd Mon Sep 17 00:00:00 2001 From: Ben Yu Date: Sun, 12 Jan 2025 11:26:05 -0800 Subject: [PATCH 2/4] 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)) From a91114565581501018f1f8a314338555bd83d695 Mon Sep 17 00:00:00 2001 From: Ben Yu Date: Sun, 12 Jan 2025 11:26:41 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 672806480..628d503a6 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)), 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) +A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs/index.html)), widely used in Google's internal Java code base, 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)) From 71e43e16dd048a3a84c5c35a7c56c7f9f092afbb Mon Sep 17 00:00:00 2001 From: Ben Yu Date: Sun, 12 Jan 2025 11:43:50 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628d503a6..f8aa34d8a 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)), widely used in Google's internal Java code base, 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 codebase, 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))