From eb9e5561fbde277da90a79d8836a1a7f49c0c2e6 Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Mon, 8 Aug 2022 17:01:53 -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 1bd6da7..4dd7297 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The CONTROL-CORE Framework. +# The CONTROL-CORE Framework [CONTROL-CORE](https://github.com/ControlCore-Project/) is a framework for closed-loop peripheral neuromodulation control systems. At its center is _concore_, a lightweight Python-based protocol to simulate neuromodulation control systems. This repository consists of the implementation of _concore_ protocol and sample (demo and neuromodulation control systems) studies. The CONTROL-CORE framework consists of the below projects. @@ -14,7 +14,7 @@ The CONTROL-CORE framework consists of the below projects. * documentation: The [source code repository](https://github.com/ControlCore-Project/documentation) of the ReadTheDocs documentation of CONTROL-CORE. -# The _concore_ Protocol. +# The _concore_ Protocol Please follow the [ReadTheDocs](https://control-core.readthedocs.io/en/latest/index.html) documentation and the [_concore-lite_](https://github.com/ControlCore-Project/concore-lite) repository to get started quick.