Fix name of config file in example

This commit is contained in:
Max Goodhart
2020-07-04 13:06:23 -07:00
parent ca038a2cf6
commit 71572df9c5

View File

@@ -40,7 +40,7 @@ npm start -- --help
For long-term installations, it's recommended to put your options into a configuration file. To use a config file, run: For long-term installations, it's recommended to put your options into a configuration file. To use a config file, run:
``` ```
npm start -- --config="../streamwall.json" npm start -- --config="../streamwall.toml"
``` ```
See `example.config.toml` for an example. See `example.config.toml` for an example.