Skip to content

Commit

Permalink
Update docs/usermanual.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fermín Galán Márquez <[email protected]>
  • Loading branch information
AlvaroVega and fgalan authored Nov 14, 2023
1 parent ce41f46 commit 0303b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usermanual.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ and
```
[
{
id: 'MyEntityId1',
type: 'MyEntityType1',
attr1: { type: 'text', value: 'MyAttr1Value'},
"id": "MyEntityId1",
"type": "MyEntityType1",
"attr1": { "type": "Text", "value": "MyAttr1Value"},
...
},
...
Expand Down

0 comments on commit 0303b78

Please sign in to comment.