Skip to content

Commit 47cca3d

Browse files
committed
Merge pull request #411 from zachpanz88/patch-1
Change cat name
2 parents c9d8d34 + 837a7e7 commit 47cca3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ curl "http://example.com/api/kittens"
9494
},
9595
{
9696
"id": 2,
97-
"name": "Isis",
97+
"name": "Max",
9898
"breed": "unknown",
9999
"fluffiness": 5,
100100
"cuteness": 10
@@ -145,7 +145,7 @@ curl "http://example.com/api/kittens/2"
145145
```json
146146
{
147147
"id": 2,
148-
"name": "Isis",
148+
"name": "Max",
149149
"breed": "unknown",
150150
"fluffiness": 5,
151151
"cuteness": 10

0 commit comments

Comments
 (0)