Skip to content

Commit

Permalink
Minor README formatting tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hudson committed Jun 18, 2013
1 parent e8577c8 commit cadea69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Just include the script. The `seatgeek` object is automagically added to your en
or if you're using seatgeek.js with node.js

``` sh
$ npm -g install seatgeek
$ npm -g install seatgeek
```

Then require the "seatgeek" module:
Expand Down Expand Up @@ -91,10 +91,10 @@ seatgeek.venues(function(err, venues) {

##### Single Venue Document
```js
seatgeek.venues({ id : 8 }, function(err, venue) {
if (err) return console.log(err);
console.log(venues);
});
seatgeek.venues({ id : 8 }, function(err, venue) {
if (err) return console.log(err);
console.log(venues);
});
```

### Taxonomies
Expand Down

0 comments on commit cadea69

Please sign in to comment.