Skip to content

Commit

Permalink
fixed readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
Personator01 committed Jul 20, 2021
1 parent 54b36b5 commit dc4fe5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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.

Expand Down

0 comments on commit dc4fe5b

Please sign in to comment.