Skip to content

Commit fef3e24

Browse files
committed
Prettify
1 parent 1442ce3 commit fef3e24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ repository:
308308
```
309309

310310
> [!NOTE]
311-
> If you want to clean up and start over again you can do so with the following command:
311+
>
312+
> If you want to clean up and start over again you can do so with the following command:
312313
>
313314
> ```console
314315
> ./services stop
@@ -469,8 +470,7 @@ using NGSI-LD due to the existing constraints of JSON-LD. Effectively there is n
469470
entry `"category": ["sensor"]` and a simple string value `"category": "sensor"`. Furthermore, order within the array is
470471
not maintained.
471472

472-
> [!NOTE]
473-
> In NGSI-LD, an ordered array value could be encoded as a JSON Literal
473+
> [!NOTE] In NGSI-LD, an ordered array value could be encoded as a JSON Literal
474474
> `"category" : {"@type": "@json", "@value":[1,2,3]}`.
475475
476476
The request will fail if any of the attributes already exist in the context. The response highlights which actions have
@@ -730,7 +730,7 @@ context will now contain four sensors.
730730
"@context": "http://context/ngsi-context.jsonld",
731731
"id": "urn:ngsi-ld:TemperatureSensor:004",
732732
"type": "TemperatureSensor",
733-
"category": "sensor",
733+
"category": "sensor",
734734
"temperature": {
735735
"value": 100,
736736
"unitCode": "CEL"

0 commit comments

Comments
 (0)