aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Phillips <steve@tryingtobeawesome.com>2014-11-29 04:13:29 -0800
committerSteve Phillips <steve@tryingtobeawesome.com>2014-11-29 04:13:29 -0800
commit3b03758ef8b8650ccc9449a7507f184059859afa (patch)
tree7341396feffc9d1cdd0818b6ff5f115edf4597b6
parent38621f2d49632a25908f0f80ad73c4c5d81fa56a (diff)
downloadmitmproxy-3b03758ef8b8650ccc9449a7507f184059859afa.tar.gz
mitmproxy-3b03758ef8b8650ccc9449a7507f184059859afa.tar.bz2
mitmproxy-3b03758ef8b8650ccc9449a7507f184059859afa.zip
README: Fixed double-quote and whitespace issues
-rw-r--r--README.mkd8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.mkd b/README.mkd
index ccc09138..bc18cb48 100644
--- a/README.mkd
+++ b/README.mkd
@@ -72,8 +72,7 @@ This installs the latest GitHub versions of mitmproxy, netlib and pathod into `m
The test suite requires the `dev` extra requirements listed in [setup.py](https://github.com/mitmproxy/mitmproxy/blob/master/setup.py) and [pathod](http://pathod.net), version matching mitmproxy. Install these with:
-`
-pip install "mitmproxy[dev]""`
+`pip install "mitmproxy[dev]"`
Please ensure that all patches are accompanied by matching changes in the test
@@ -85,8 +84,3 @@ suite. The project maintains 100% test coverage.
Rendering the documentation requires [countershape](http://github.com/cortesi/countershape). After installation, you can render the documentation to the doc like this:
`cshape doc-src doc`
-
-
-
-
-