You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by le...@apache.org on 2022/03/15 08:46:12 UTC

[flink-table-store] branch master updated: [hotfix][docs] Remove unnecessary html link tags and fix typo

This is an automated email from the ASF dual-hosted git repository.

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new d60711e  [hotfix][docs] Remove unnecessary html link tags and fix typo
d60711e is described below

commit d60711e7a4233906c82e05536c7621969d70b6aa
Author: Leonard Xu <le...@apache.org>
AuthorDate: Tue Mar 15 16:46:08 2022 +0800

    [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 1ef906b..b493559 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/).
 
-## <a name="build"></a>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/<artifact-id>-<version>.jar`.
 
-## <a name="contributing"></a>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.
 
-## <a name="license"></a>License
+## License
 
 The code in this repository is licensed under the [Apache Software License 2](LICENSE).