From dc4fe5b2bcab11c7f0d25a09955a4111c4837590 Mon Sep 17 00:00:00 2001 From: Personator01 Date: Tue, 20 Jul 2021 12:08:25 -0500 Subject: [PATCH] fixed readme links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1da5d20..2b03c45 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ BCI2000RemoteNET Implementation of BCI2000Remote as .NET Standard --- -Github -[Link](https://github.com/Personator01/BCI2000RemoteNET) -BCI2000 -[Link](https://www.BCI2000.org) + +[GitHub](https://github.com/Personator01/BCI2000RemoteNET) + +[BCI2000](https://www.BCI2000.org) Description --- @@ -15,7 +15,7 @@ essentially an automated command line. Commmunication --- -BCI2000Remote communicates with BCI2000 over tcp, by sending Operator Scripting Commands ([Link](https://www.bci2000.org/mediawiki/index.php/User_Reference:Operator_Module_Scripting)), and receiving and processing responses. +BCI2000Remote communicates with BCI2000 over tcp, by sending [Operator Scripting Commands](https://www.bci2000.org/mediawiki/index.php/User_Reference:Operator_Module_Scripting), and receiving and processing responses. After sending a command, BCI2000Remote will usually receive either a '>' (Prompt), if the command produces no output and no errors, the output of the command, or any error that the command produces.