Skip to content

Commit

Permalink
reordered node example
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Apr 4, 2012
1 parent 3989073 commit ddef631
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -36,6 +36,10 @@ http://misoproject.com/dataset/docs.html

Miso.Dataset works in node as well. You can require it like so:

```javascript
var Miso = require("miso.dataset");
var ds = new Miso.Dataset...
```

### API

Expand All @@ -47,11 +51,6 @@ http://misoproject.com/dataset/api.html
For some more complex examples, see the following page:
http://misoproject.com/dataset/examples.html

```javascript
var Miso = require("miso.dataset");
var ds = new Miso.Dataset...
```

## Contributing

We welcome pull requests! Some things to keep in mind:
Expand Down

0 comments on commit ddef631

Please sign in to comment.