Skip to content

Commit

Permalink
fix README installation command and PyPI links (#2264)
Browse files Browse the repository at this point in the history
Fix README.rst installation commands / badges.
  • Loading branch information
ofek authored and tseaver committed Sep 13, 2016
1 parent 397014a commit 3a831ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Quick Start

::

$ pip install --upgrade google-cloud
$ pip install --upgrade gcloud

Example Applications
--------------------
Expand Down Expand Up @@ -328,7 +328,7 @@ Apache 2.0 - See `LICENSE`_ for more information.
:target: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python
.. |coverage| image:: https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-python/badge.png?branch=master
:target: https://coveralls.io/r/GoogleCloudPlatform/google-cloud-python?branch=master
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud.svg
:target: https://pypi.python.org/pypi/google-cloud
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud.svg
:target: https://pypi.python.org/pypi/google-cloud
.. |pypi| image:: https://img.shields.io/pypi/v/gcloud.svg
:target: https://pypi.python.org/pypi/gcloud
.. |versions| image:: https://img.shields.io/pypi/pyversions/gcloud.svg
:target: https://pypi.python.org/pypi/gcloud

0 comments on commit 3a831ee

Please sign in to comment.