Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 94d30e0

Browse files
committed
Fixed typo in readme
1 parent 5cb9235 commit 94d30e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
ngsildclient aims at :
2828

29-
- programatically generate NGSI-LD entities
29+
- programmatically generate NGSI-LD entities
3030
- load entities from JSON-LD payloads
3131

3232
Four primitives are provided `prop()`, `gprop()`, `tprop()`, `rel()` to build respectively a Property, GeoProperty, TemporalProperty and Relationship.
@@ -264,7 +264,7 @@ client.close()
264264
- Create a subscription to be informed when parking occupation exceeds 90%
265265
- The software that listens to these highly-occupied parking entities can also be a NGSI-LD Agent
266266

267-
<br>Example : programatically subscribe to events
267+
<br>Example : programmatically subscribe to events
268268

269269
```python
270270
from ngsildclient import SubscriptionBuilder

0 commit comments

Comments
 (0)