Corrected small typo in README
This commit is contained in:
parent
0f4c4845b2
commit
2f81e540e2
|
@ -72,7 +72,7 @@ This will slightly increase the delay before the application begins responding t
|
||||||
|
|
||||||
If any `include=`/`exclude=` filters are specified in a given request, the cache will be bypassed for that specific request.
|
If any `include=`/`exclude=` filters are specified in a given request, the cache will be bypassed for that specific request.
|
||||||
|
|
||||||
The cache can be regenerated any time by accessing the `/clear_cache` endpoint.
|
The cache can be regenerated at any time by accessing the `/clear_cache` endpoint.
|
||||||
|
|
||||||
## Debug
|
## Debug
|
||||||
|
|
||||||
|
@ -102,4 +102,4 @@ Flags:
|
||||||
-v, --verbose log accessed files to stdout
|
-v, --verbose log accessed files to stdout
|
||||||
|
|
||||||
Use "roulette [command] --help" for more information about a command.
|
Use "roulette [command] --help" for more information about a command.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue