README.markdown in orthorings-0.1.2 vs README.markdown in orthorings-0.1.3

- old
+ new

@@ -15,12 +15,12 @@ ## Configuration Add a new file (e.g. orthor_config.rb) with the something like the below to your startup directory (e.g. in Rails config/initializers) - Orthorings.setup do |config| - config.account_id = "orthor" - config.caching :memory, 300, {} + Orthorings.setup do + account_id "orthor" + caching :memory, 300, {} end You can specify any Moneta cache class as the first argument to config.caching, the second argument is expiry time in seconds. The third is any additional arguments you want passed to the cache class on initialize. ## DSL