From 54d811ca28f3f161bdea91b05a44f5ad2d2a712e Mon Sep 17 00:00:00 2001 From: Larry Marburger Date: Tue, 16 Jul 2013 16:02:25 -0400 Subject: [PATCH] Grammar tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98a75aa..df8763d8 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Take the following [sample configuration](https://github.com/puma/puma/blob/mast ## Restart -Puma includes the ability to restart itself, allowing for new versions to be easily upgraded to. When available (MRI, Rubinius, JRuby), puma performs a "hot restart". This is the same functionality available in *unicorn* and *nginx* which keep the server sockets open between restarts. This makes sure that no pending requests are dropped while the restart is taking place. +Puma includes the ability to restart itself allowing easy upgrades to new versions. When available (MRI, Rubinius, JRuby), puma performs a "hot restart". This is the same functionality available in *unicorn* and *nginx* which keep the server sockets open between restarts. This makes sure that no pending requests are dropped while the restart is taking place. To perform a restart, there are 2 builtin mechanisms: