Skip to content

Commit

Permalink
docs for bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
zackdever committed Jan 10, 2013
1 parent b92799d commit b35a063
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -7,9 +7,12 @@ with the option to convert to the next immediate corresponding Date.
Built for [Promt](http://promtapp.com), to solve [this problem](http://stackoverflow.com/q/141348/962091).

**Browser**


```
$ bower install time-js # or just manually download time.js
```
```html
<script src="time.js"></script>
<script src="component/time-js/time.js"></script>
```
```js
var t = Time('2p');
Expand Down

0 comments on commit b35a063

Please sign in to comment.