Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 4, 2024
1 parent 817ec86 commit 2d17c1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,17 +258,17 @@ This command will also import seed data from the previous
[Stock Management example](https://github.com/FIWARE/tutorials.CRUD-Operations) on startup.

> [!NOTE]
> If you want to clean up and start over again you can do so with the following command:
>
> If you want to clean up and start over again you can do so with the following command:
>
> ```console
> ./services stop
> ```

# Using a Context Provider

> [!TIP]
> You can also watch the status of recent requests yourself by following the container logs
> or viewing information on `localhost:3000/app/monitor` on a web browser.
> [!TIP] You can also watch the status of recent requests yourself by following the container logs or viewing
> information on `localhost:3000/app/monitor` on a web browser.
>
> ![FIWARE Monitor](https://fiware.github.io/tutorials.Context-Providers/img/monitor.png)

Expand Down Expand Up @@ -588,7 +588,7 @@ merely holds the registration information about which context providers can offe
This request will return with a **201 - Created** response code. The `Location` Header of the response contains a path
to the registration record held in Orion

#### 7️⃣ Request:
#### 7️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -618,7 +618,7 @@ curl -iX POST \
Once a Context Provider has been registered, the new context data will be included if the context of the **Store**
entity `urn:ngsi-ld:Store:001` is requested using the `/entities/<entity-id>` endpoint:

#### 8️⃣ Request:
#### 8️⃣ Request:

```console
curl -X GET \
Expand Down

0 comments on commit 2d17c1e

Please sign in to comment.