Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
fix: Update README.rst (#35)
Browse files Browse the repository at this point in the history
* fix: Update README.rst

Fix the example usage in README

* Update README.rst
  • Loading branch information
arithmetic1728 committed Jul 18, 2020
1 parent 98b440d commit e7d1c66
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.rst
Expand Up @@ -79,19 +79,6 @@ Windows
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-container
Example Usage
~~~~~~~~~~~~~

.. code:: py
from google.cloud import container_v1
client = container_v1.ClusterManagerClient()
project_id = ''
zone = ''
response = client.list_clusters(project_id, zone)
Next Steps
~~~~~~~~~~
Expand Down

0 comments on commit e7d1c66

Please sign in to comment.