Skip to content

Commit

Permalink
Adjust Syntax Highlight to be JSON for all blocks
Browse files Browse the repository at this point in the history
Two blocks where highlighted as JavaScript, one as JSON. Adjusted all of them to be JSON.
  • Loading branch information
moonglum committed Sep 11, 2014
1 parent 38ce903 commit 8747d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,7 +57,7 @@ application/vnd.error+json

Multiple errors may be represented in a collection of embedded vnd.error objects.

```javascript
```json
{
"total": 2,
"_embedded": {
Expand Down Expand Up @@ -89,7 +89,7 @@ Multiple errors may be represented in a collection of embedded vnd.error objects

Nested errors may be represented by embedding multiple errors inside a vnd.error resource.

```javascript
```json
{
"message": "Validation failed",
"logref": 42,
Expand Down

0 comments on commit 8747d0b

Please sign in to comment.