Skip to content

Commit

Permalink
Fix typo in README.md (puma#2691)
Browse files Browse the repository at this point in the history
Related to puma#2689

[ci skip]
  • Loading branch information
jacobherrington authored and JuanitoFatas committed Sep 9, 2022
1 parent 45f60eb commit 0980401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0980401

Please sign in to comment.