mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
Merge pull request #243 from bigchaindb/amedeo
adding missing comma in tutorial-piace-of-art
This commit is contained in:
commit
acefff2441
@ -48,7 +48,7 @@ The first step required is the definition of the asset field that represents the
|
|||||||
```js
|
```js
|
||||||
const painting = {
|
const painting = {
|
||||||
name: 'Meninas',
|
name: 'Meninas',
|
||||||
author: 'Diego Rodríguez de Silva y Velázquez'
|
author: 'Diego Rodríguez de Silva y Velázquez',
|
||||||
place: 'Madrid',
|
place: 'Madrid',
|
||||||
year: '1656'
|
year: '1656'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user