README.md in capistrano3-puma-6.0.0.alpha.4 vs README.md in capistrano3-puma-6.0.0.beta.1

- old
+ new

@@ -40,15 +40,11 @@ install_plugin Capistrano::Puma ``` ### Config -To list available tasks use `cap -T` - - -Ensure that `tmp/pids` and ` tmp/sockets log` are shared (via `linked_dirs`): - -`This step is mandatory before deploying, otherwise puma server won't start` +Puma configuration is expected to be in `config/puma.rb` or `config/puma/#{fetch(:puma_env)}.rb` and checked in your repository. +Uploading the configuration via capistrano was removed as it was causing problems with custom configurations. ## Example A sample application is provided to show how to use this gem at https://github.com/seuros/capistrano-example-app