summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-07-05 13:28:42 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:18:47 -0400
commit791281a70ba9966adf76a2f18e7bbba45038ed96 (patch)
treea145a40a3e8393ee4284d9f85ddb2ce3fe39993f
parentf62e1352026d0d94c4908cd989ebd1fe5b0bd30a (diff)
working on my markdown-fu
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 55d642e7..adbd927d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## chttpd
-chttpd is a cluster-aware http layer for CouchDB[1]. It is used in cloudant-core[2] as the http front-end.
+chttpd is a cluster-aware http layer for [CouchDB][1]. It is used in [cloudant-core][2] as the http front-end.
### Getting Started
Dependencies:
@@ -10,11 +10,11 @@ Build with rebar:
make
### License
-Apache 2.0[3]
+[Apache 2.0][3]
### Contact
- http://cloudant.com
- info@cloudant.com
+ * [http://cloudant.com][http://cloudant.com]
+ * [info@cloudant.com][mailto:info@cloudant.com]
[1]: http://couchdb.apache.org
[2]: http://github.com/cloudant/cloudant-core