From 12acfb3a1d2c43b9f3ff04dbb4f11c26979a41e8 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Tue, 7 Sep 2021 12:39:07 -0500 Subject: [PATCH] Fix typo in README.md (#2691) Related to https://github.com/puma/puma/pull/2689 [ci skip] --- 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