From d61e52add2edf53f493c2b6f37a5eefea2c82532 Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Mon, 3 Mar 2014 17:40:36 -0800 Subject: [PATCH 1/2] add etcd to similar projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9c220c1..d57ec27e 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Doozer is similar to the following pieces of software: * Apache Zookeeper * Google Chubby + * etcd ## Hacking on Doozer From d05eaf7a97780fe24a98d44b89b839c35c139725 Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Mon, 3 Mar 2014 17:42:37 -0800 Subject: [PATCH 2/2] fix image urls in README On Github, images in a forked repo's README where broken. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d57ec27e..8436f2c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Doozer -![logo](/ha/doozerd/raw/master/doc/doozer.png) +![logo](doc/doozer.png) ## What Is It? @@ -33,7 +33,7 @@ other users and developers. 5. Open and see your message -![doozer web view](/ha/doozerd/raw/master/doc/webview.png) +![doozer web view](doc/webview.png) ## How Does It Work?