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': {