From c2408146e5ae708c121d2baef1db81f3375a9418 Mon Sep 17 00:00:00 2001 From: schongloo Date: Mon, 15 Sep 2025 15:17:07 -0700 Subject: [PATCH] Fix README.md typos --- docs/README.md | 2 +- examples/kubernetes-client-examples/README.MD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 77157ec5b4..b6e11b1518 100644 --- a/docs/README.md +++ b/docs/README.md @@ -102,7 +102,7 @@ should copy into their pom.xml file. It will render out to: ```xml - org.apache.flink + org.apache.flink flink-streaming-java diff --git a/examples/kubernetes-client-examples/README.MD b/examples/kubernetes-client-examples/README.MD index e07ff4d184..560feff03f 100644 --- a/examples/kubernetes-client-examples/README.MD +++ b/examples/kubernetes-client-examples/README.MD @@ -25,7 +25,7 @@ This is an end-to-end example of running Flink Job via code using the Flink Kube *What's in this example?* -1. Sample code for submitting an application similar to examples/basic.yaml programatically. +1. Sample code for submitting an application similar to examples/basic.yaml programmatically. ## How does it work?