Update readme

pull/8/head
Jake Funke 2018-04-24 17:49:25 +00:00
parent 130b04e21b
commit 70aa58a091
1 changed files with 8 additions and 8 deletions

View File

@ -39,14 +39,14 @@ If your plant goes 5 days without water, it will die! Recruit your friends to wa
``` ```
{ {
"description":"common singing blue seed-bearing poppy", "description": "common singing blue seed-bearing poppy",
"file_name":"/Users/jakefunke/.botany/jakefunke_plant.dat", "file_name": "/Users/jakefunke/.botany/jakefunke_plant.dat",
"age":"0d:2h:3m:16s", "age": "0d:2h:3m:16s",
"score":1730, "score": 1730,
"owner":"jakefunke", "owner": "jakefunke",
"is_dead":false, "is_dead": false,
"last_watered":1489113197 "last_watered": 1489113197,
"generation": 2 "generation": 2
} }
``` ```