Skip to content

Commit

Permalink
fix url, clarify bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiabyte committed Jun 30, 2012
1 parent 4eb0d94 commit 8a69f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for the above sample, also used by our test suite.
Just add sweeten-docco to your project. With curl:

<pre>
$ curl https://github.com/qualiabyte/sweeten-docco/sweeten-docco > bin/sweeten-docco
$ curl https://github.com/qualiabyte/sweeten-docco/raw/master/sweeten-docco > bin/sweeten-docco
</pre>

Or npm:
Expand All @@ -49,6 +49,6 @@ Or npm:
2\. Run sweeten-docco from your project directory:

<pre>
$ ./bin/sweeten-docco
$ ./node_modules/.bin/sweeten-docco
Sweetening docco... Done.
</pre>

0 comments on commit 8a69f58

Please sign in to comment.