From f90bbc706b5a73fbc1fff7708b269b8d53e00a4e Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Tue, 29 May 2018 18:09:16 -0400 Subject: [PATCH] fix run-on sentence (#3318) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa82dcfdf525..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).