Change cat name

After recent events it is probably better to use a different name for the cat.
This commit is contained in:
Zach Panzarino 2015-12-18 22:51:49 -05:00
parent c9d8d34e79
commit 837a7e7873

View file

@ -94,7 +94,7 @@ curl "http://example.com/api/kittens"
}, },
{ {
"id": 2, "id": 2,
"name": "Isis", "name": "Max",
"breed": "unknown", "breed": "unknown",
"fluffiness": 5, "fluffiness": 5,
"cuteness": 10 "cuteness": 10
@ -145,7 +145,7 @@ curl "http://example.com/api/kittens/2"
```json ```json
{ {
"id": 2, "id": 2,
"name": "Isis", "name": "Max",
"breed": "unknown", "breed": "unknown",
"fluffiness": 5, "fluffiness": 5,
"cuteness": 10 "cuteness": 10