Skip to content

Commit e972cd7

Browse files
committed
Prettify
1 parent e784e27 commit e972cd7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ This command will also import seed data from the previous
183183
[Stock Management example](https://github.com/FIWARE/tutorials.Context-Providers) on startup.
184184

185185
> [!NOTE]
186+
>
186187
> If you want to clean up and start over again you can do so with the following command:
187188
>
188189
> ```console
@@ -485,7 +486,7 @@ This example amends an existing subscription with the ID `5ae07c7e6e4f353c5163c9
485486

486487
Subscriptions can be updated making a PATCH request to the `/v2/subscriptions/<subscription-id>` endpoint.
487488

488-
#### 7️⃣ Request:
489+
#### 7️⃣ Request:
489490

490491
```console
491492
curl -iX PATCH \
@@ -508,7 +509,7 @@ This example lists all subscriptions by making a GET request to the `/v2/subscri
508509
The notification section of each subscription will also include the last time the conditions of the subscription were
509510
met, and whether associated the POST action was successful.
510511

511-
#### 8️⃣ Request:
512+
#### 8️⃣ Request:
512513

513514
```console
514515
curl -X GET \

0 commit comments

Comments
 (0)