diff --git a/README.md b/README.md index beb7336..e57c051 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ PaperTrailManager Browse, subscribe, view and revert changes to records when using Ruby on Rails 3 and the `paper_trail` gem. -**WARNING**: This is alpha-quality software. There are tests, it's useful, but it could use more work. +This software has been in use for a year at http://calagator.org and http://epdx.org. It works well. It has reasonable tests. However, it could definitely use more work. Installation ------------ @@ -13,8 +13,7 @@ Installation If you have a Ruby on Rails 3 application where you're using the `paper_trail` gem to track changes to your records, you can make use of this like: Add the following line to your `Gemfile`: - - gem 'paper_trail_manager', :git => 'https://github.com/igal/paper_trail_manager.git' + gem 'paper_trail_manager' Install the libary: