From 7a26e0a39c767ec7e0b7a5cc9acd1188a28112fb Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 11:16:12 +0200 Subject: [PATCH] test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9313c8a..3a3b737 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ **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 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 * They don't work without a graphical system (through ssh, on a server or a Raspberry Pi) * It is sometimes difficult to make them do something simple if it was not planned by the developers @@ -26,7 +26,7 @@ **Advantages :** - * Lightweight, ~15Kb which is 4.6 x less than Apollo 11 and 83000 times less than VSCODE!!! +* 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 * Stable, it only evolves without breaking the ergonomic continuity (always the same commands and shortcuts since 1991 for vim and 1976 for vi :) same for the configurations which remain valid since the beginning...) * Usable through SSH on servers or very light computers (Raspberry Pi, etc.)