docs/WHY_MIGRATE.md in pitchfork-0.13.0 vs docs/WHY_MIGRATE.md in pitchfork-0.14.0

- old
+ new

@@ -37,9 +37,14 @@ While Pitchfork started as a fork of Unicorn, many features such as daemonization, pid file management, hot reload have been stripped. Pitchfork only kept features that makes sense in a containerized world. +### Migration Guide + +If the above points convinced you to make the switch, take a look at the [migration guide](MIGRATING_FROM_UNICORN.md). +It will go over the most common changes you will need to make to use Pitchfork. + ## Coming from Puma Generally speaking, compared to (threaded) Puma, Pitchfork *may* offer better latency and isolation at the expense of throughput. ### Why Migrate?