Commit 837a7e78 authored by Zach Panzarino's avatar Zach Panzarino

Change cat name

After recent events it is probably better to use a different name for the cat.
parent c9d8d34e
......@@ -94,7 +94,7 @@ curl "http://example.com/api/kittens"
},
{
"id": 2,
"name": "Isis",
"name": "Max",
"breed": "unknown",
"fluffiness": 5,
"cuteness": 10
......@@ -145,7 +145,7 @@ curl "http://example.com/api/kittens/2"
```json
{
"id": 2,
"name": "Isis",
"name": "Max",
"breed": "unknown",
"fluffiness": 5,
"cuteness": 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment