aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.mkd b/README.mkd
index 972c7fe3..538731a2 100644
--- a/README.mkd
+++ b/README.mkd
@@ -4,15 +4,15 @@ __pathod__ is a collection of pathological tools for testing and torturing HTTP
clients and servers. The project has three components:
- __pathod__, an pathological HTTP daemon.
-- __pathoc__, a perverse HTTP client.
+- __pathoc__, a perverse HTTP client.
- __libpathod.test__, an API for easily using __pathod__ and __pathoc__ in unit tests.
# Documentation
The pathod documentation is self-hosted. Just fire up pathod, like so:
-
- ./pathod
+
+ ./pathod
And then browse to:
@@ -20,20 +20,20 @@ And then browse to:
You can aways view the documentation for the latest release at the pathod
website:
-
+
http://pathod.net
# Installing
If you already have __pip__ on your system, installing __pathod__ and its
dependencies is dead simple:
-
+
pip install pathod
The project has the following dependencies:
-* [netlib](http://github.com/cortesi/netlib)
-* [requests](http://docs.python-requests.org/en/latest/index.html)
+* [netlib](https://github.com/mitmproxy/netlib)
+* [requests](http://docs.python-requests.org/en/latest/index.html)
The project's test suite uses the
[nose](http://nose.readthedocs.org/en/latest/) unit testing framework.