Skip to content

Commit

Permalink
Merge pull request mitmproxy#416 from elimisteve/patch-1
Browse files Browse the repository at this point in the history
README: Fixed double-quote and whitespace issues
  • Loading branch information
mhils committed Nov 29, 2014
2 parents 38621f2 + 3b03758 commit 807d0b9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`





0 comments on commit 807d0b9

Please sign in to comment.