minor fixes

This commit is contained in:
Jonathan Silverblood
2018-09-24 15:40:44 +00:00
parent f93c7f3fee
commit c35cca0fde
+2 -2
View File
@@ -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':
{