From c35cca0fde6a28a3423198a657081f1e0c82f8b7 Mon Sep 17 00:00:00 2001 From: Jonathan Silverblood Date: Mon, 24 Sep 2018 15:40:44 +0000 Subject: [PATCH] minor fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05aa822..a84fa16 100644 --- a/README.md +++ b/README.md @@ -196,13 +196,13 @@ The **Signature** must comply to the "\x18Bitcoin Signed Message:\n#{message.siz Metadata is stored as a JSON object with property names matching the requested field names. Fields that has multiple values (for example social media accounts) is stored as a JSON object with property names matching their identifier and the data matching the field description. -For example, if the request contains **r=i12&o=c** the metadata part of the request answer would look like this: +For example, if the request contains **r=i12&o=c** the metadata part of the request answer could look like this: ```javascript metadata: { 'name': 'John', - 'last name': 'Doe', + 'family': 'Doe', 'email': 'johndoe@gmail.com', 'social': {