Fix minor typo for including plugins (#1727)

Puma checks in lib/plugin/<file_name> for plugins https://github.com/puma/puma/blob/master/lib/puma/plugin.rb#L90
This commit is contained in:
Drew Bailey 2019-02-14 16:35:42 -05:00 committed by Nate Berkopec
parent 36964ec429
commit be3f91ed45
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ require 'redis'
# 1. Add this plugin to your 'lib' directory
# 2. In the `puma.rb` config file add the following lines
# === Plugins ===
# require './lib/puma/plugins/redis_stop_puma'
# require './lib/puma/plugin/redis_stop_puma'
# plugin 'redis_stop_puma'
# 3. Now, when you set the redis key "puma::restart::web.1", your web.1 dyno
# will restart