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:
parent
656f0f71da
commit
12acfb3a1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue