From 07f16a186bd67909e9343f101fb486e3d1671e7d Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 21 Jul 2018 19:50:44 +0900 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4de6c7..05ec147 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nohang -`Nohang` is a highly configurable daemon for Linux which is able to correctly prevent [out of memory](https://en.wikipedia.org/wiki/Out_of_memory) (OOM) conditions and save [disk cache](https://en.wikipedia.org/wiki/Page_cache). +Nohang is a highly configurable daemon for Linux which is able to correctly prevent [out of memory](https://en.wikipedia.org/wiki/Out_of_memory) (OOM) conditions and save [disk cache](https://en.wikipedia.org/wiki/Page_cache). ## What is the problem? @@ -61,7 +61,7 @@ The program is unstable and some fixes are required before the first stable vers ```bash $ git clone https://github.com/hakavlad/nohang.git -cd nohang +$ cd nohang ``` ## Installation and start for systemd users @@ -99,8 +99,8 @@ The program can be configured by editing the [config file](https://github.com/ha 4. Impact on the badness of processes via matching their names with regular expressions 5. The execution of a specific command instead of sending the SIGTERM signal 6. GUI notifications: - - results of preventing OOM - - low memory warnings + - results of preventing OOM + - low memory warnings 7. Preventing the slowing down of the program 8. Output verbosity