Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Apr 16, 2012
1 parent e4d02ab commit 1e75f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ See configuration for setting an expiry time on records.
```ruby
Rack::Worker.cache = Dalli::Client.new(nil, {:expires_in => 300})
```
The `cache` can be anything that responds to `get(key)` and `set(key, string)`
The `cache` can be anything that responds to `get(key)` and `add(key, string)`

```ruby
Rack::Worker.queue = QC
Expand Down

0 comments on commit 1e75f6b

Please sign in to comment.