From c17028e1b488626e92492d76e1f49e53387b7ca0 Mon Sep 17 00:00:00 2001
From: Igor Mandrigin <mandrigin@users.noreply.github.com>
Date: Wed, 28 Oct 2020 09:35:51 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index edd78f152a..3e589b07ce 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ Happy testing! 🥤
 Known issues
 ============
 
-#### `htop` shows incorrect memory usage
+## 1. `htop` shows incorrect memory usage
 
 TurboGeth's internal DB (LMDB) using `MemoryMap` - when OS does manage all `read, write, cache` operations instead of Application
 ([linux](https://linux-kernel-labs.github.io/refs/heads/master/labs/memory_mapping.html), [windows](https://docs.microsoft.com/en-us/windows/win32/memory/file-mapping))
@@ -252,7 +252,7 @@ it impacts performance - one of main TG optimisations: "reduce Disk random acces
 We do not recommend run multiple genesis syncs on same Disk. 
 If genesis sync passed, then it's fine to run multiple TG on same Disk.
 
-#### `go run` doesn't work `no such file or directory: <>./ethdb/mdbx/dist/libmdbx.a`
+## 2. `go run` doesn't work `no such file or directory: <>./ethdb/mdbx/dist/libmdbx.a`
 
 If you are trying to run our binaries with `go run` you might end up with an issue like that
 
-- 
GitLab