Skip to content

Commit

Permalink
fix markup typo
Browse files Browse the repository at this point in the history
(used ´´´json instead of ```json)
  • Loading branch information
bastelfreak committed Feb 15, 2016
1 parent 609deac commit bdcce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ Deleting a nonexistent entry:
curl -u admin:secret -X DELETE http://localhost:5000/v1/dhcp/ipv4/10.3.7.41

will return:
´´´json
```json
{
"message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. You have requested this URI [/v1/dhcp/ipv4/10.3.7.41] but did you mean /v1/dhcp/ipv4/<ipv4> ?"
}
Expand Down

0 comments on commit bdcce0d

Please sign in to comment.