summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-07-05 13:31:03 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:18:47 -0400
commitdbc11ba54fe6f24422698d308941fe7ca237f7cd (patch)
tree8e182deef4efce8385ba6023651c597531010b1f
parent791281a70ba9966adf76a2f18e7bbba45038ed96 (diff)
good enough README for now
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index adbd927d..176f39c1 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ chttpd is a cluster-aware http layer for [CouchDB][1]. It is used in [cloudant-
### Getting Started
Dependencies:
- Erlang R13B-03 (or higher)
+ * Erlang R13B-03 (or higher)
Build with rebar:
make
@@ -13,9 +13,11 @@ Build with rebar:
[Apache 2.0][3]
### Contact
- * [http://cloudant.com][http://cloudant.com]
- * [info@cloudant.com][mailto:info@cloudant.com]
+ * [http://cloudant.com][4]
+ * [info@cloudant.com][5]
[1]: http://couchdb.apache.org
[2]: http://github.com/cloudant/cloudant-core
[3]: http://www.apache.org/licenses/LICENSE-2.0.html
+[4]: http://cloudant.com
+[5]: mailto:info@cloudant.com