diff --git a/README.md b/README.md index b117cbbe..e4374084 100644 --- a/README.md +++ b/README.md @@ -183,9 +183,9 @@ To remove spring: ### Deployment -You must not install Spring on production environment to prevent it -from running there by providing `--without development test` argument to -the `bundle install` command which is used to install gems on your production +You must not install Spring on your production environment. To prevent it from +being installed, provide the `--without development test` argument to the +`bundle install` command which is used to install gems on your production machines: ```