little correction of curl in docs

This commit is contained in:
pulpe
2012-03-28 10:45:21 +02:00
parent 3cc6acaca4
commit 13060f89c7
+2 -2
View File
@@ -43,11 +43,11 @@ You can either clone the public repository::
Download the `tarball <https://github.com/kennethreitz/requests/tarball/master>`_::
$ curl -O https://github.com/kennethreitz/requests/tarball/master
$ curl -OL https://github.com/kennethreitz/requests/tarball/master
Or, download the `zipball <https://github.com/kennethreitz/requests/zipball/master>`_::
$ curl -O https://github.com/kennethreitz/requests/zipball/master
$ curl -OL https://github.com/kennethreitz/requests/zipball/master
Once you have a copy of the source, you can embed it in your Python package,