From fdcfc3c758bfe0266e3a29962453ad6ff69ef299 Mon Sep 17 00:00:00 2001 From: Ryan Morgan Date: Tue, 12 Feb 2019 12:54:21 -0800 Subject: [PATCH] Fix typo for openjdk image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a19f32f1..5f058baf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ When using App Engine Flexible, you can use the runtime without worrying about D runtime: java env: flex ``` -The runtime image `gcr.io/google-appenine/openjdk:8` will be automatically selected if you are attempting to deploy a JAR (`*.jar` file). +The runtime image `gcr.io/google-appengine/openjdk:8` will be automatically selected if you are attempting to deploy a JAR (`*.jar` file). To select a jdk version, use the `runtime_config.jdk` field in app.yaml. Supported JDK versions include `openjdk8` and `openjdk9`. ```yaml