From 6bdec12aaa479cdf6d6f4589c67bbadac2511af4 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Thu, 15 Jul 2021 11:46:56 -0400 Subject: [PATCH] Update README.adoc (#132) --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index fbbc154..6f5605f 100644 --- a/README.adoc +++ b/README.adoc @@ -83,7 +83,7 @@ Open another command-line session by selecting **Terminal** > **New Terminal** f You can find your service at the **http://localhost:9080/artists** endpoint by running the following curl command: ``` -curl http://localhost:9080/artists +curl -s http://localhost:9080/artists | jq ``` {: codeblock} @@ -138,7 +138,7 @@ ifdef::cloud-hosted[] The application that you'll build upon was created for you. After your server is ready, run the following curl command to access the service: ``` -curl http://localhost:9080/artists +curl -s http://localhost:9080/artists | jq ``` {: codeblock} endif::[] @@ -342,7 +342,7 @@ endif::[] ifdef::cloud-hosted[] You can find your service at the **http://localhost:9080/artists** endpoint by running the following curl command: ``` -curl http://localhost:9080/artists +curl -s http://localhost:9080/artists | jq ``` {: codeblock}