Skip to content

Commit

Permalink
Merge pull request #133 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update README.adoc (#132)
  • Loading branch information
gkwan-ibm authored Jul 15, 2021
2 parents 66a5dee + 9017e20 commit b33e872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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::[]
Expand Down Expand Up @@ -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}

Expand Down

0 comments on commit b33e872

Please sign in to comment.