Skip to content

Commit

Permalink
small fixes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosommi committed Jun 26, 2015
1 parent e43799c commit 7e10006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@ npm install omnirouter --save

```
// ES6
import omnirouter from "omnirouter";
import Router from "omnirouter";
```

```
// ES5
var omnirouter = require("omnirouter");
var Router = require("omnirouter");
```

```
// Require.js
define(["require"] , function (require) {
var omnirouter = require("omnirouter");
var Router = require("omnirouter");
});
```

Expand Down

0 comments on commit 7e10006

Please sign in to comment.