Skip to content

Commit f3cefe9

Browse files
authored
Update CONTRIBUTING.md
1 parent cbb1944 commit f3cefe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Getting started
2-
ClickHouse-JDBC client is an open-source project, and we welcome any contributions from the community. Please share your ideas, contribute to the codebase, and help us maintain up-to-date documentation.
2+
flink-connector-clickhouse is an open-source project, and we welcome any contributions from the community. Please share your ideas, contribute to the codebase, and help us maintain up-to-date documentation.
33

44
### Create a fork of the repository and clone it
55
```bash
@@ -11,7 +11,7 @@ cd flink-connector-clickhouse
1111

1212
```bash
1313
cd flink-connector-clickhouse
14-
./gradle build
14+
./gradlew build
1515
```
1616

1717
## Testing
@@ -25,6 +25,6 @@ Does not require a running ClickHouse server.
2525

2626
```bash
2727
cd flink-connector-clickhouse
28-
./gradle test
28+
./gradlew test
2929
```
3030

0 commit comments

Comments
 (0)