From acc29717b452691c32f1e85cd6a01609516d1c95 Mon Sep 17 00:00:00 2001 From: Megan O'Keefe Date: Tue, 2 Jun 2020 10:38:51 -0400 Subject: [PATCH] word wrap, enable apis in batch --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a30f1d4..8cbc019 100644 --- a/README.md +++ b/README.md @@ -311,14 +311,12 @@ by deploying the [release manifest](./release) directly to an existing cluster. ### (Optional) Enable Cloud Operations / Stackdriver -OnlineBoutique is instrumented for [Google Cloud Operations](https://cloud.google.com/products/operations) tools including: Monitoring, Tracing, and Debugger. To enable some or all of these APIs in your Google Cloud Project, run the following commands before deploying the app to GKE: +Online Boutique is instrumented for [Google Cloud Operations](https://cloud.google.com/products/operations) tools including: Monitoring, Tracing, and Debugger. To enable some or all of these APIs in your Google Cloud Project, run the following commands before deploying the app to GKE: ``` -gcloud services enable monitoring.googleapis.com - -gcloud services enable cloudtrace.googleapis.com - -gcloud services enable clouddebugger.googleapis.com +gcloud services enable monitoring.googleapis.com \ + cloudtrace.googleapis.com \ + gcloud services enable clouddebugger.googleapis.com ``` ### Cleanup