Skip to content

Commit

Permalink
Update readme for data store specific configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdowney committed Feb 22, 2012
1 parent 597f4f5 commit f25e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ You can also use Rails form builder with curator models:
If you are not using Rails, you can configure curator manually:

```ruby
Curator.configure do |config|
Curator.configure(:riak) do |config|
config.environment = "development"
config.riak_config_file = File.dirname(__FILE__) + "/config/riak.yml"
end
Expand Down

0 comments on commit f25e32b

Please sign in to comment.