From cadea695618701a66b2422501b16bb98eaa8b3d8 Mon Sep 17 00:00:00 2001 From: Matthew Hudson Date: Tue, 18 Jun 2013 16:31:47 -0400 Subject: [PATCH] Minor README formatting tweaks. --- README.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 402308a..f042b1e 100644 --- a/README.markdown +++ b/README.markdown @@ -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: @@ -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