We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f63f3 commit c941f69Copy full SHA for c941f69
1 file changed
README.md
@@ -230,7 +230,8 @@ git checkout NGSI-v2
230
./services create
231
```
232
233
-> **Note** The initial creation of Docker images can take up to three minutes
+> [!NOTE]
234
+> The initial creation of Docker images can take up to three minutes
235
236
Thereafter, all services can be initialized from the command-line by running the
237
[services](https://github.com/FIWARE/tutorials.PEP-PRoxy/blob/NGSI-v2/services) Bash script provided within the
@@ -1492,7 +1493,8 @@ been provisioned as shown:
1492
1493
1494
#### 2️⃣1️⃣ Request:
1495
-> **Note:** use the `access_token` from the previous request.
1496
1497
+> Use the `access_token` from the previous request.
1498
1499
```console
1500
curl -iX PUT \
0 commit comments