From 396db25a169b285cced65274092ce35b95f95fbf Mon Sep 17 00:00:00 2001 From: Ajay Kannan Date: Thu, 8 Oct 2015 11:05:05 -0700 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a429149f6c..9836691e8563 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ if (!blob.exists()) { Testing ------- -This library provides tools to help write tests for code that use gcloud-java services. +This library provides tools to help write tests for code that uses gcloud-java services. See [TESTING] to read more about using our testing helpers.