Skip to content

Commit

Permalink
Adjust some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnSch committed Sep 18, 2012
1 parent 642ac16 commit d396f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -119,8 +119,8 @@ Here are some additional examples that illustrate different things you can do wi
:start_date => '2011-01-01',
:end_date => '2011-04-01',
:dimensions => ['month', 'year'],
:metrics => ['visits']
:sort => ['-visits'],
:metrics => ['visits'],
:sort => ['-visits']
})

### Limiting results
Expand All @@ -130,7 +130,7 @@ Here are some additional examples that illustrate different things you can do wi
:start_date => '2011-01-01',
:end_date => '2011-04-01',
:dimensions => ['month', 'year'],
:metrics => ['visits']
:metrics => ['visits'],
:max_results => 25
})

Expand Down Expand Up @@ -184,7 +184,7 @@ Here are some additional examples that illustrate different things you can do wi

# => "month,year,visitors\n\n01,2011, ...."

# Long CSV will get you a few additional columns:
# Long CSV will get you a few additional columns:
long_csv = data.to_csv

# => "id,updated,title,month,year,visitors\n\nhttp:// ..."
Expand Down

0 comments on commit d396f25

Please sign in to comment.