diff --git a/README.rst b/README.rst index ca7011cd..0455222b 100644 --- a/README.rst +++ b/README.rst @@ -79,19 +79,6 @@ Windows \Scripts\activate \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 ~~~~~~~~~~