README code examples should use consistent json returns

This commit is contained in:
fosslinux
2020-01-27 07:22:08 +11:00
parent 5cac2bb6b1
commit 15c58cc8bc

View File

@@ -74,8 +74,8 @@ This shall return a struct, describing the current tea making capabilities of th
```
{
"tea" : "available",
"height" : "short",
"width" : "stout
"tea":"available",
"height":"short",
"width":"stout
}
```