Repository: curator
Updated Branches:
  refs/heads/CURATOR-3.0 0e23fbac1 -> 850b6e4e4


[CURATOR-390] Create better summary of what Apache Curator is/does


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/a0c72bd4
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/a0c72bd4
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/a0c72bd4

Branch: refs/heads/CURATOR-3.0
Commit: a0c72bd4ee1255b1ac8bf6c24358dc5f6fcc7f57
Parents: 337b9d9
Author: Tsuyoshi Ozawa <oz...@apache.org>
Authored: Wed Mar 15 14:22:57 2017 +0900
Committer: Tsuyoshi Ozawa <oz...@apache.org>
Committed: Wed Mar 15 14:27:49 2017 +0900

----------------------------------------------------------------------
 README    |  7 -------
 README.md | 11 +++++++++++
 2 files changed, 11 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/a0c72bd4/README
----------------------------------------------------------------------
diff --git a/README b/README
deleted file mode 100644
index cbd7e17..0000000
--- a/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Curator
---------------
-Curator is a set of Java libraries that make using Apache ZooKeeper much 
easier.
-
-Website: http://curator.apache.org/
-
-Getting started: http://curator.apache.org/getting-started.html

http://git-wip-us.apache.org/repos/asf/curator/blob/a0c72bd4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0f20592
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# Apache Curator
+
+## What's is Apache Curator?
+
+Apache Curator is a Java/JVM client library for Apache ZooKeeper[1], a 
distributed coordination service.
+
+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: http://curator.apache.org/
+
+[1] Apache ZooKeeper https://zookeeper.apache.org/
+

Reply via email to