Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrooks committed Oct 20, 2009
1 parent ec1c053 commit 6ac41c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -41,7 +41,7 @@ You may configure cash_handler to create a backup file every time it pulls rates

<pre><code>
# Configure cash_handler to persist rates to our app's log directory
c = CacheHandler::Base.new(1.day, "#{RAILS_ROOT}/log/rates_backup.yml")
c = CashHandler::Base.new(1.day, "#{RAILS_ROOT}/log/rates_backup.yml")
</code></pre>

h2. Copyright and License
Expand Down

0 comments on commit 6ac41c5

Please sign in to comment.