Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add specific language code (for syntax highlight)
  • Loading branch information
tchap committed Oct 22, 2012
1 parent af5805c commit 2f0f033
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,26 @@ ___Strong emphasized text___

Markup : `code()`

```javascript
var specificLanguage_code =
{
"data": {
"lookedUpPlatform": 1,
"query": "Kasabian+Test+Transmission",
"lookedUpItem": {
"name": "Test Transmission",
"artist": "Kasabian",
"album": "Kasabian",
"picture": null,
"link": "http://open.spotify.com/track/5jhJur5n4fasblLSCOcrTp"
}
}
}
```

Markup : ```javascript
```

* Bullet list
* Nested bullet
* Sub-nested bullet etc
Expand Down

0 comments on commit 2f0f033

Please sign in to comment.