This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git
The following commit(s) were added to refs/heads/master by this push:
new 751724b Fixed typo
751724b is described below
commit 751724b6a831e4ffd14f6e8cc76c9f1954d2c629
Author: Jordan Zimmerman <[email protected]>
AuthorDate: Wed May 20 11:31:01 2020 -0500
Fixed typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 24ff845..591150a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Apache Curator is a Java/JVM client library for [Apache
ZooKeeper](https://zooke
Apache Curator includes a high-level API framework and utilities to make using
Apache ZooKeeper much easier and more reliable. It also includes recipes for
common use cases and extensions such as service discovery and a Java 8
asynchronous DSL.
-For more details, please visit the project website:
+For more details:
- Apache Curator Website: http://curator.apache.org/
- Binaries on Maven Central:
[http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Capache-curator)