From 32ac9ba6133b0b446ac678e3398dde24d5ae3f55 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Tue, 29 May 2018 14:49:02 -0400 Subject: [PATCH 1/2] run-on sentence @garrettmjones --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa82dcfdf525..2ca341f1bd64 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ If you're using IntelliJ or Eclipse, you can add client libraries to your projec Besides adding client libraries, the plugins provide additional functionality, such as service account key management. Refer to the documentation for each plugin for more details. -These client libraries can be used on App Engine standard for Java 8 runtime, App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime, however, Datastore, Storage, and Bigquery should work. +These client libraries can be used on App Engine standard for Java 8 runtime, App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work. If you are running into problems with version conflicts, see [Version Management](#version-management). From 1c6159352e7348631ab13ac3e8d869a4788793cc Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Tue, 29 May 2018 15:51:59 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ca341f1bd64..2a8be64404ce 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ If you're using IntelliJ or Eclipse, you can add client libraries to your projec Besides adding client libraries, the plugins provide additional functionality, such as service account key management. Refer to the documentation for each plugin for more details. -These client libraries can be used on App Engine standard for Java 8 runtime, App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work. +These client libraries can be used on App Engine standard for Java 8 runtime and App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work. If you are running into problems with version conflicts, see [Version Management](#version-management).