From 5bdaa20eb2384c256026153bd9fbdbea84dafc90 Mon Sep 17 00:00:00 2001 From: redstartechno Date: Wed, 3 Jun 2026 19:18:35 +0300 Subject: [PATCH] docs(readme): fix markdown formatting glitches - line 24: close italic caption with a single * (was **), fixing unbalanced emphasis - line 52: drop stray '(or repo name)**' from the clone code block so the command is clean --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc982a0a5b..749f5c6887 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We introduce a novel consensus mechanism, **Proof of Work 2.0**, that ensures ne ![The Task flow](https://github.com/user-attachments/assets/1ba81a47-f4ef-4eb1-9fcd-b6d371a20f5f) -*[Work in progress] Diagram 1. The Task flow [Source](docs/papers/InferenceFlow.png)** +*[Work in progress] Diagram 1. The Task flow [Source](docs/papers/InferenceFlow.png)* For a deeper technical and conceptual explanation, check out [the White Paper](https://gonka.ai/whitepaper.pdf). ## Getting started @@ -49,7 +49,7 @@ Make sure you have the following installed: Clone the repository: ``` git clone https://github.com/gonka-ai/gonka.git -cd gonka (or repo name)** +cd gonka ``` Build chain and API nodes, and run unit tests: