add text to remove blue font in code block

This commit is contained in:
Joey Caparas 2016-05-16 16:10:33 +10:00
parent 8418754466
commit 01a39f1306

View File

@ -69,7 +69,7 @@ After configuring the endpoints, you'll need to verify that the correct proxy se
2. Enter the following command and press **Enter**: 2. Enter the following command and press **Enter**:
``` ```text
netsh winhttp import proxy source=ie netsh winhttp import proxy source=ie
``` ```
An output showing the applied WinHTTP proxy settings is displayed. An output showing the applied WinHTTP proxy settings is displayed.
@ -85,7 +85,7 @@ After configuring the endpoints, you'll need to verify that the correct proxy se
2. Enter the following command and press **Enter**: 2. Enter the following command and press **Enter**:
``` ```text
proxy [proxy-server=] ProxyServerName:PortNumber proxy [proxy-server=] ProxyServerName:PortNumber
``` ```
Replace *ProxyServerName* with the fully qualified domain name of the proxy server. Replace *ProxyServerName* with the fully qualified domain name of the proxy server.