From d60711e7a4233906c82e05536c7621969d70b6aa Mon Sep 17 00:00:00 2001 From: Leonard Xu Date: Tue, 15 Mar 2022 16:46:08 +0800 Subject: [PATCH] [hotfix][docs] Remove unnecessary html link tags and fix typo This closes #44. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ef906b76a11..b493559ac115 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -# FLink Table Store +# Flink Table Store Flink Table Store is a unified streaming and batch store for building dynamic tables on Apache Flink. Flink Table Store is developed under the umbrella of [Apache Flink](https://flink.apache.org/). -## Building the Project +## Building -Run the `mvn clean package` command. +Run the `mvn clean package` command to build the project. Then you will find a JAR file that contains your application, plus any libraries that you may have added as dependencies to the application: `target/-.jar`. -## Contributing +## Contributing You can learn more about how to contribute on the [Apache Flink website](https://flink.apache.org/contributing/how-to-contribute.html). For code contributions, please read carefully the [Contributing Code](https://flink.apache.org/contributing/contribute-code.html) section for an overview of ongoing community work. -## License +## License The code in this repository is licensed under the [Apache Software License 2](LICENSE).