Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Oct 3, 2012
1 parent c972398 commit e01bfc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Installation

1. Add `gem 'timeago-rails'` to your Gemfile.
1. Run `bundle install`.
1. Add `//= require timeago` to your Javascript manifest file.
1. Add `//= require timeago` to your Javascript manifest file, after `//= require jquery`.

Usage
-----
Expand All @@ -20,6 +20,8 @@ Usage
</script>
````

Note that smart-time-ago parses **ISO8601** timestamp.

See the [Usage](https://github.com/pragmaticly/smart-time-ago#usage) section on the smart-time-ago project.

*TODO: Perhaps should add view helper for creating timeago element?*
Expand Down

0 comments on commit e01bfc1

Please sign in to comment.