diff --git a/QuickSetup.md b/QuickSetup.md index 798d6eb5..f955cb17 100644 --- a/QuickSetup.md +++ b/QuickSetup.md @@ -38,7 +38,7 @@ node tools/configurator.js --delete [--overwrite] `service_ip` tells the box where to connect, this CANNOT be `0.0.0.0`, and must be an address reachable by your box when it connects via your setup. Can be `127.0.0.1` if you are running MAME/Viewer on the same machine as minisrv. ``` -node tools/configurator.js config.bind_ip 192.168.1.x --overwrite +node tools/configurator.js config.service_ip 192.168.1.x --overwrite ``` ---