fix: Fix error in readme

This commit is contained in:
NunoSempere 2021-10-06 14:14:18 +02:00
parent 7f8c1e3c45
commit 9b32fec522

View File

@ -2,7 +2,9 @@
This repository creates a react webpage that allows to extract a utility function from possibly inconsistent binary comparisons This repository creates a react webpage that allows to extract a utility function from possibly inconsistent binary comparisons
## Object structure ## Object structure
The core structure is json array of objects. Only the "name" attribute is required; the id is also internally required but it's created on the fly if it doesn't exist. The reason that ids are needed is that comparing objects is annoying. I think that one object must have the `isReferenceValue` property as true, but I'm not sure. The core structure is json array of objects. Only the "name" attribute is required; the id is also internally required but it's created on the fly if it doesn't exist. The reason that ids are needed is that comparing objects is annoying.
The `isReferenceValue` property determines the display at the end, but it is optional.
``` ```
[ [