Skip to content

Commit

Permalink
fix: syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed May 20, 2020
1 parent fd2ae7e commit ddb812b
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,27 +66,27 @@ Content-Type: application/json; charset=utf-8
Date: Wed, 20 May 2020 05:50:52 GMT
{
address: {
city: "Gwenborough"
geo: {
lat: "-37.3159"
lng: "81.1496"
}
street: "Kulas Light"
suite: "Apt. 556"
zipcode: "92998-3874"
}
company: {
bs: "harness real-time e-markets"
catchPhrase: "Multi-layered client-server neural-net"
name: "Romaguera-Crona"
}
email: "Sincere@april.biz"
id: 1
name: "Leanne Graham"
phone: "1-770-736-8031 x56442"
username: "Bret"
website: "hildegard.org"
"address": {
"city": "Gwenborough",
"geo": {
"lat": "-37.3159",
"lng": "81.1496"
},
"street": "Kulas Light",
"suite": "Apt. 556",
"zipcode": "92998-3874"
},
"company": {
"bs": "harness real-time e-markets",
"catchPhrase": "Multi-layered client-server neural-net",
"name": "Romaguera-Crona"
},
"email": "Sincere@april.biz",
"id": 1,
"name": "Leanne Graham",
"phone": "1-770-736-8031 x56442",
"username": "Bret",
"website": "hildegard.org"
}
```

Expand Down

0 comments on commit ddb812b

Please sign in to comment.