From a72c4ed96bc0d6fa30e87582ee6e853c25101fbc Mon Sep 17 00:00:00 2001 From: Maurice O'Neal <30303863+msoneal0@users.noreply.github.com> Date: Fri, 6 Sep 2019 23:59:14 -0400 Subject: [PATCH] Update README.md fixed the way the documentation links are displayed in the README file. --- docs/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index f438468..bba737b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,13 +44,13 @@ Because the host is modular, the things you can customize it to do is almost lim ### Documentation ### -[1.1 The Protocol](Protocol.md) -[2.1 Command Loaders](Command_Loaders.md) -[3.1 Command Objects](Command_Objects.md) -[4.1 Type IDs](Type_IDs.md) -[5.1 Host Features](Host_Features.md) -[6.1 Async Commands](Async.md) -[7.1 Internal Commands](Internal_Commands.md) +* [1.1 The Protocol](Protocol.md) +* [2.1 Command Loaders](Command_Loaders.md) +* [3.1 Command Objects](Command_Objects.md) +* [4.1 Type IDs](Type_IDs.md) +* [5.1 Host Features](Host_Features.md) +* [6.1 Async Commands](Async.md) +* [7.1 Internal Commands](Internal_Commands.md) ### Development Setup ###