Skip to content
Snippets Groups Projects
Commit ac1a0872 authored by Michal Ondrejička's avatar Michal Ondrejička
Browse files

Update README.md

parent cb6e7564
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ Ordering by property:
```c#
LayerContract[] layers = await devkitConnector.GetLayers("?$orderby=Updated");
```
Expanding by another related data:
Expanding by another related data model:
```c#
SectorContract sector = await devkitConnector.GetSector(1, "?$expand=Beacons");
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment