From 19dd84722db780aba307015e6d6720462ee2bab0 Mon Sep 17 00:00:00 2001 From: rerdavies Date: Wed, 8 Sep 2021 14:39:27 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88dcbcb..a2e574f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ If your Pi already has a web server on port 80, you can reconfigure PiPedal to u sudo pipedalconfig --install --port 81 -You can optionally restrict the ports on which PiPedal will respond by providing an explicit IP address. For example, to configure PiPedal to only accept connections from the local host: +You can optionally restrict the addresses on which PiPedal will respond by providing an explicit IP address. For example, to configure PiPedal to only accept connections from the local host: sudo pipedalconfig --install --port 127.0.0.1:80 @@ -271,7 +271,7 @@ The original development for this app was done with Visual Studio Code. Open the Visual Studio Code, and it will detect the CMake build files, and configure itself appropriately. Wait for the CMake plugin in Visual Studio Code to configure itself, after loading. -Once CMake has configured itself, build and debug commands are avaialble on the CMake toolbar at the +Once CMake has configured itself, build and debug commands are available on the CMake toolbar at the bottom of the Visual Studio Code window. Set the build variant to debug. Set the debug target to "pipedald". Click on the Build button to build the app. Click on the Debug button to launch a debugger.