Updated Year (markdown)

Kun Deng
2019-10-13 11:19:47 -04:00
parent 37d9dd8164
commit df048949d8
+4 -8
@@ -7,8 +7,7 @@
```Json
{
"id" : 2,
"year" : 2017,
"song_count" : 2
"year" : 2017
}
```
@@ -22,18 +21,15 @@
[
{
"id" : 1,
"year" : 2012,
"song_count" : 1
"year" : 2012
},
{
"id" : 2,
"year" : 2017,
"song_count" : 2
"year" : 2017
},
{
"id" : 3,
"year" : 1995,
"song_count" : 1
"year" : 1995
}
]
```