Commit 47cca3d8 authored by Robert Lord's avatar Robert Lord

Merge pull request #411 from zachpanz88/patch-1

Change cat name
parents c9d8d34e 837a7e78
......@@ -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