docs/DESIGN.md in pitchfork-0.2.0 vs docs/DESIGN.md in pitchfork-0.3.0

- old
+ new

@@ -26,10 +26,10 @@ fast, low-latency clients directly. Do one thing, do it well; let nginx handle slow clients. * Configuration is purely in Ruby. Ruby is less ambiguous than YAML and lets lambdas for - before_fork/after_fork hooks be defined inline. An + after_worker_fork/after_mold_fork hooks be defined inline. An optional, separate config_file may be used to modify supported configuration changes. * One master process spawns and reaps worker processes.