Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewxhill committed Feb 17, 2012
1 parent 631d705 commit 15ecd70
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -7,10 +7,7 @@ A library for creating [D3](http://mbostock.github.com/d3) vizualizations from a
First you have to create a CartoDB instance linked to your account:

```javascript
var CartoDB = Backbone.CartoDB({
user: 'examples',
table: 'earthquakes'
});
var CartoDB = Backbone.CartoDB({user: 'examples'});
```

Then you have to define a collection (see [backbone.cartodb](https://github.com/Vizzuality/backbone.cartodb) for other ways):
Expand Down

0 comments on commit 15ecd70

Please sign in to comment.