Skip to content

Commit 3a831ee

Browse files
ofektseaver
authored andcommitted
fix README installation command and PyPI links (#2264)
Fix README.rst installation commands / badges.
1 parent 397014a commit 3a831ee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Quick Start
4141

4242
::
4343

44-
$ pip install --upgrade google-cloud
44+
$ pip install --upgrade gcloud
4545

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

0 commit comments

Comments
 (0)