From d5f59f4f32f46ac08bc3f329b69cf6ae32f02162 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Wed, 17 Jul 2019 19:31:06 +0900 Subject: [PATCH] add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 64a9eee..ccdd477 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ # Nohang +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Total alerts](https://img.shields.io/lgtm/alerts/g/hakavlad/nohang.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/hakavlad/nohang/alerts/) + 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) and keep system responsiveness in low memory conditions. ## What is the problem?