From 71572df9c56ff1abf7214e080994e094f84c5295 Mon Sep 17 00:00:00 2001 From: Max Goodhart Date: Sat, 4 Jul 2020 13:06:23 -0700 Subject: [PATCH] Fix name of config file in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16147eb..3d01413 100644 --- a/README.md +++ b/README.md @@ -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: ``` -npm start -- --config="../streamwall.json" +npm start -- --config="../streamwall.toml" ``` See `example.config.toml` for an example.