Skip to content

Commit

Permalink
Minor change in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
KensoDev committed May 21, 2012
1 parent 3063a9b commit 0ff5e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ You can configure `perform_later` exactly as you configure your rails app.
Inside your `#{env}.rb` file (for example development.rb)

```ruby
config.perform_later.enabled = true # this will default to false
config.perform_later.enabled = false # this will default to true if unset
```

## What happens in test when it's disabled
Expand Down

0 comments on commit 0ff5e45

Please sign in to comment.