From c5dae73cf3a0fd47e0eed661c00034dc6ad4c628 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Tue, 7 Sep 2021 09:04:35 -0500 Subject: [PATCH] Update README.md I left a typo here! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae9962c4a..cfb4539fc3 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ If no configuration file is specified, Puma will look for a configuration file a If you want to prevent Puma from looking for a configuration file in those locations, include the `--no-config` flag: ``` -$ puma -C --no-config +$ puma --no-config # or