summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-29 18:30:07 +0100
committerNick White <git@njw.me.uk>2011-09-29 18:30:07 +0100
commita8400b4837f67b2e0ab7fbf5bdd12545c9bac390 (patch)
treed2795da0c9de4bed06c8e53d08e46434e641b2f3
parent4d3f03aba1c871f1e5849b50e824583edae34dea (diff)
Update README
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ded4594..2c89031 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ getxbook is a collection of tools to download books from websites.
Online book websites are engineered not around reading, but around
surveillance. It is not merely the selection of book that is
recorded, but exactly what is read, when, and for how long.
-Forever. And it is linked to all other information the website
+Forever. And this is linked to all other information the website
holds about you (which in the case of Google and Amazon is likely
a great deal).
@@ -40,6 +40,6 @@ form of tyranny over the mind of man."
## technical
Each tool is written in around 200 lines of portable C code, with no
-dependencies beyond libc. They should work well on Linux, BSDs, OSX
-and Windows. There is also an optional graphical interface, using
-Tcl/Tk.
+dependencies beyond libc and network sockets. It should work well on
+Linux, BSDs, OSX and Windows. There is also an optional graphical
+interface, built with Tcl/Tk.