From 9b32fec522c09eedf44c5218dff30261bd2e2317 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Wed, 6 Oct 2021 14:14:18 +0200 Subject: [PATCH] fix: Fix error in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd958d..fe41683 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This repository creates a react webpage that allows to extract a utility function from possibly inconsistent binary comparisons ## 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. ``` [