Merge pull request #243 from bigchaindb/amedeo

adding missing comma in tutorial-piace-of-art
This commit is contained in:
Amedeo 2018-05-24 16:11:04 +02:00 committed by GitHub
commit acefff2441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ The first step required is the definition of the asset field that represents the
```js
const painting = {
name: 'Meninas',
author: 'Diego Rodríguez de Silva y Velázquez'
author: 'Diego Rodríguez de Silva y Velázquez',
place: 'Madrid',
year: '1656'
}