README.md in zold-0.11.20 vs README.md in zold-0.11.21

- old
+ new

@@ -97,13 +97,13 @@ Then, open the page `4.4.4.4:4096` in your browser (you may need to open the inbound port at your [IP firewall](https://www.howtogeek.com/177621/the-beginners-guide-to-iptables-the-linux-firewall/)). If you see a simple JSON document, everything is fine. Next, hit <kbd>Ctrl</kbd>+<kbd>c</kbd> and run it again, but instead -of `zold` say `zold-nohup` and add an ampersand (`&`) at the end: +of `zold` say `zold-nohup`: ```bash -$ zold-nohup node --trace --verbose --invoice=5f96e731e48ae21f --host=4.4.4.4 & +$ zold-nohup node --trace --verbose --invoice=5f96e731e48ae21f --host=4.4.4.4 ``` Now you can close console, it will work in the background, saving the output logs to `nohup.out`. The software will update itself automatically to new versions.