Fix README example for data source command line arguments

This commit is contained in:
Max Goodhart
2020-07-02 00:20:55 -07:00
parent a0fcc4e8a8
commit c9c84d7530

View File

@@ -50,7 +50,7 @@ See `config.example.toml` for an example.
Streamwall can load stream data from both JSON APIs and TOML files. Data sources can be specified in a config file (see `config.example.toml` for an example) or the command line:
```
npm start -- --json-url="https://your-site/api/streams.json" --toml-file="./streams.toml"
npm start -- --data.json-url="https://your-site/api/streams.json" --data.toml-file="./streams.toml"
```
## Hotkeys