Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanNyil committed Nov 21, 2023
1 parent 7d46d2f commit be38517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ThreescaleAPIProducts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The following environment variables are used in the scope of these instructions.
4. Using the [Red Hat 3scale Toolbox CLI](https://access.redhat.com/documentation/en-us/red_hat_THREESCALE_api_management/2.13/html/operating_3scale/the-threescale-toolbox#doc-wrapper), create applications to test the configuration:
- A application with the default Developer account subscribing to the service `Premium v1` plan in order to test the `v1` configuration.
- Application with the default Developer account subscribing to the service `Premium v1` plan in order to test the `v1` configuration.
```script shell
3scale application create \
--description="Developer's Application to the Library Books API (V1 testing purposes)" \
Expand All @@ -164,7 +164,7 @@ The following environment variables are used in the scope of these instructions.
${THREESCALE_TOOLBOX_DESTINATION} john library-books-api premium-plan-v1 "Developer's App (v1)"
```
- A application with the default Developer account subscribing to the service `Premium v2` plan in order to test the `v2` configuration.
- Application with the default Developer account subscribing to the service `Premium v2` plan in order to test the `v2` configuration.
```script shell
3scale application create \
--description="Developer's Application to the Library Books API (V2 testing purposes)" \
Expand Down

0 comments on commit be38517

Please sign in to comment.