From 3d8d02b572849adc7735770a8a4a6948e841c682 Mon Sep 17 00:00:00 2001 From: fasteddy516 Date: Wed, 12 Jun 2019 15:25:14 -0400 Subject: [PATCH] Corrected link to VS Code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37dc998..bc3754e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Available at https://github.com/fasteddy516/SimplySerial # Description SimplySerial is a basic serial terminal that runs as a Windows console application. It provides a quick way to connect to - and communicate with - serial devices through the Windows Command Prompt or PowerShell. SimplySerial can be used directly from Command Prompt/PowerShell and should work with most devices that appear in Device Manager as "COMx". It was, however, written specifically for -use within a "terminal" window in [Visual Studio Code](https://code.visualstudio.com/https://code.visualstudio.com/) to provide serial communications with devices running [CircuitPython](https://circuitpython.org/). Most of the testing and development of this application was done with this use case in mind. +use within a "terminal" window in [Visual Studio Code](https://code.visualstudio.com/) to provide serial communications with devices running [CircuitPython](https://circuitpython.org/). Most of the testing and development of this application was done with this use case in mind. # Requirements