Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Davis committed Feb 5, 2016
1 parent 8277750 commit f821029
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ember-tick-tock [beta]

## Installation

* `ember install ember-tick-tock`

## About
This Ember-CLI add-on provides a `ticktock` service that will keep the current time synced in your application. In any component/controller/model/etc you can inject the service with the following line:

Expand Down Expand Up @@ -32,9 +36,3 @@ ENV['ticktockOptions'] = {
* The service will still update the `now` property every second, regardless of this value
* `timestampEndpoint`: (Required if `useRemoteTimestamp` is true) The URL to make a `GET` request to that will return an object that contains a timestamp
* `timestampProperty`: (Required if `useRemoteTimestamp` is true) The name of the property in the object returned by `timestampEndpoint`
## Installation
* `git clone` this repository
* `npm install`
* `bower install`

0 comments on commit f821029

Please sign in to comment.