Skip to content

Commit

Permalink
Merge pull request #203 from jackkinsella/patch-1
Browse files Browse the repository at this point in the history
Typo in README: after\_fork
  • Loading branch information
dfens committed Apr 20, 2012
2 parents 37f6a90 + 47deda6 commit 3c16f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Usage with Unicorn

Modify the `after_fork` block in your unicorn config file:

after\_fork do |server, worker|
after_fork do |server, worker|
Rails.cache.reset if Rails.cache.respond_to?(:reset)

# Reset Rails's session store
Expand Down

0 comments on commit 3c16f0b

Please sign in to comment.