diff --git a/Troubleshooting.md b/Troubleshooting.md index df80818..9090eed 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -925,7 +925,7 @@ You'll see a very long cooldown period if your system's time of day changes whil - Double-check your system's Date and Time settings. - Windows: Run the RegEdit program and locate and delete the key `HKEY_CURRENT_USER\Software\Marginal\EDMarketConnector\querytime`. - Mac: Copy and paste the following into a Terminal app window: `defaults write uk.org.marginal.edmarketconnector querytime -int 0` and press Enter. -- Linux: Edit $XDG_CONFIG_HOME/EDMarketConnector/EDMarketConnector.ini` (`$XDG_CONFIG_HOME` is usually `$HOME/.config`), set `querytime` to `0` +- Linux: Edit `$XDG_CONFIG_HOME/EDMarketConnector/EDMarketConnector.ini` (`$XDG_CONFIG_HOME` is usually `$HOME/.config`), set `querytime` to `0` - Re-start the app. ---