diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-16 17:42:54 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-16 17:42:54 -0800 |
commit | aebdb6778967aec0f05fe7c4da3863c3778907d6 (patch) | |
tree | 4c1610b56099b954b0becb22b2430794a3280f30 /README.md | |
parent | 316d456cd990182ba7136a3550f6d6e3e9b4b960 (diff) |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ rapid development, but need a fast JSON response in a high-concurrency environme **Because you want to turn this:** ```bash -$ ponzu generate song title:"string" artist:"string" rating:"int" opinion:"string" spotify_url:"string" +$ ponzu generate content song title:"string" artist:"string" rating:"int" opinion:"string" spotify_url:"string" ``` **Into this:** |