diff --git a/README.md b/README.md index d30bb52..7a3d2a5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rails engine to simply save temporary data that is too big for session in databa Install ------- -Start by adding the gem to your existing Rails 3.x application's Gemfile +Start by adding the gem to your application's Gemfile gem 'rails_temporary_data', :git => 'git://github.com/vlado/rails_temporary_data.git' @@ -33,4 +33,5 @@ TODO * Tests * Rake task to remove expired data -* Controller helpers \ No newline at end of file +* Controller helpers +* Publish gem \ No newline at end of file