Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ should copy into their pom.xml file. It will render out to:

```xml
<dependency>
<groupdId>org.apache.flink</groupId>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java</artifactId>
<version><!-- current flink version --></version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-client-examples/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down