forked from apache/paimon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotfix][docs] Remove unnecessary html link tags and fix typo
This closes apache#44.
- Loading branch information
1 parent
bdda9cf
commit d60711e
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |