From 95c95ec893b05f5268e53eb62d7686a26d35675a Mon Sep 17 00:00:00 2001 From: Asko Kauppi Date: Sun, 9 Dec 2018 15:27:45 +0200 Subject: [PATCH] typo Hope this one-char fix is passed without contributor burocracy. --- 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