Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2014-01-26 23:39:04 +0400
committerMartin Polden <martin.polden@gmail.com>2014-01-26 23:39:04 +0400
commit137052410bd392bed2a3f43912cd030c08fb490e (patch)
tree897b86eeb38f1e949b60904db5690112843eaef9 /README.md
parentcd49f9dc52c8952c9c018de0fb02133309e6593a (diff)
Remove daemonize script
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index fd9a39a..3b9a847 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ BSD fetch
$ fetch -q -o - ifconfig.co
127.0.0.1
-Pass the appropriate flag (usually -4 and -6) to your tool to switch between
+Pass the appropriate flag (usually -4 and -6) to your tool to switch between
IPv4 and IPv6 lookup.
Features
@@ -30,10 +30,6 @@ Features
* Fast
* Supports typical CLI tools (curl, wget and fetch)
-Dependencies (optional)
-=======================
-* Daemonize script depends on https://github.com/bmc/daemonize
-
Why?
====
* To scratch an itch