Skip to content

Commit

Permalink
fix up bad text on README
Browse files Browse the repository at this point in the history
  • Loading branch information
drivet committed Sep 20, 2015
1 parent a85ca33 commit 2a13eb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ supported at the moment.
This application configures a POST route on /reports. This endpoint accepts
a pylint report generated from your travis build, and a travis job id.

In your install section, put seomthing like the following:
In your install section, put something like the following:

install:
- "pip install pylint"
Expand All @@ -31,10 +31,14 @@ after_success:

Assuming you're using github, the app will deposit the report under:

<pre>
/<githubuser>/<repo>/report.html
</pre>

And a colour coded pylint rating image under:

<pre>
/<githubuser>/<repo>/rating.svg
</pre>

Put a badge on your README accordingly.

0 comments on commit 2a13eb2

Please sign in to comment.