From 94dcfcca52ab32b24b91b2985d2e511f9e0ef115 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 25 Oct 2020 00:16:08 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ded25b..ffa83f8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The object returned by a service provider consists of: - fingerprint (string: the fingerprint that verifies the claim if found in the proof) - format (string: see below [uri, message, fingerprint]) - path (string: the path to the claim inside the proof JSON (comma-separated)) - - relation (string: how the claim format relates to the proof format [contains, equals]) + - relation (string: how the claim format relates to the proof format [contains, equals, oneOf]) - qr (string: a URI to be displayed as QR code if the claim is verified) ```