Skip to content

Commit

Permalink
beautify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Feb 25, 2016
1 parent 26612f6 commit 5791707
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ var tc = require("timezonecomplete");
### Browser

There are two options:
1. Browserify your Node.JS code
1. Use one of the ready-made UMD-wrapped browser bundles [timezonecomplete.js](dist/timezonecomplete.js) or [timezonecomplete.min.js](dist/timezonecomplete.min.js)

You can find an example of timezonecomplete and RequireJS in the [examples](examples/) directory
* Browserify your Node.JS code
* Use one of the ready-made UMD-wrapped browser bundles: [timezonecomplete.js](dist/timezonecomplete.js) or [timezonecomplete.min.js](dist/timezonecomplete.min.js). You can find an example of timezonecomplete and RequireJS in the [examples](examples/) directory

### Enums

Expand Down

0 comments on commit 5791707

Please sign in to comment.