1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fix typo in README.md (#2691)

Related to https://github.com/puma/puma/pull/2689

[ci skip]
This commit is contained in:
Jacob Herrington 2021-09-07 12:39:07 -05:00 committed by GitHub
parent 656f0f71da
commit 12acfb3a1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: 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 # or