From fb94c3d51fed689a99db8a84352040483dfc9884 Mon Sep 17 00:00:00 2001 From: amyblais Date: Mon, 9 Apr 2018 09:48:16 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6efd769b..670e593b 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,12 @@ Configuration will be saved into Electron's userData directory: Otherwise, you have to configure again.* ### Proxy -Normally, the application will follow your system settings to use proxy. -Or you can set proxy by following command line options. +Normally, the application will follow your system settings to use proxy, or you can set proxy by following command line options. * `--proxy-server=:` * `--proxy-pac-url=` -On Windows, please make sure adding `--` before options. For example, `Mattermost.exe -- --proxy-server=...`. +On Windows, please make sure to add `--` before options. For example, `Mattermost.exe -- --proxy-server=...`. ## Contributing Please see [CONTRIBUTING.md](./CONTRIBUTING.md).