From eae7086bf77ef0eef09a3ee2ccbe541711033458 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 11:02:38 +0200 Subject: [PATCH] test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0860a31..2919992 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Many very complete graphic software exist to do that like VScode from microsoft or Atom. So why not use them ? -#### drawbacks : +##### drawbacks : * They are resource intensive, lots of RAM (~1.3 GB, about 18,000 times more than the Apollo 11 mission that sent the first men to the moon :/ ) * They are quite difficult to debug because of the large abstraction layers that make them up @@ -23,7 +23,7 @@ So which solution? We suggest you use one of the historical command line text editors (vi, Vim) to make your own IDE :) -#### Advantages : +##### Advantages : * Lightweight, ~15Kb which is 4.6 x less than Apollo 11 and 83000 times less than VSCODE!!! * Configurable, you can configure everything in text files from already shared and popular configurations