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?