This is an automated email from the ASF dual-hosted git repository.
roiocam pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new c837351c Fix typo in README.md (#139)
c837351c is described below
commit c837351c5a7307ebab56dcc702b60a111890601c
Author: Zhihang Chen <[email protected]>
AuthorDate: Wed Feb 21 21:34:53 2024 +0900
Fix typo in README.md (#139)
remove duplicated `the` in the README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 64e1f89c..fb020873 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ See https://pekko.apache.org for the documentation including
the API docs. The d
- `sbt testQuick` similar to test but when repeated in shell mode will only
run failing tests
- `sbt package` will build the jars
- the jars will built into target dirs of the various modules
- - for the the 'core' module, the jar will be built to
`core/target/scala-2.13/`
+ - for the 'core' module, the jar will be built to `core/target/scala-2.13/`
- `sbt publishLocal` will push the jars to your local Apache Ivy repository
- `sbt publishM2` will push the jars to your local Apache Maven repository
- `sbt docs/paradox` will build the docs (the ones describing the module
features)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]