diff --git a/README.md b/README.md
index 757fa7fd637c3c1dc217e0b4d0b0f5b4569024c5..750097d44e4dc48b17eb770cf82759f3676c2528 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # NMaaS Janitor - microservice that controls deployments
+
 ## Used technologies
 * Go
 * Protobuf
@@ -7,9 +8,12 @@
 * go-gitlab
 
 ## Features
-* Creating deployment ConfigMap when configuration is loaded on gitlab
-* Updating deployment ConfigMap on demand
+* Creating deployment ConfigMap(s) when configuration is pushed to GitLab repository
+* Updating deployment ConfigMap(s) on demand
+* Verifying deployment or statefulset status on demand
+* Setting basic auth parameters on Ingress resources on demand
+* Retrieving loadbalancer IP address assigned to given deployment or statefulset
 
 ## Deploying
 The provided docker image is a two-stage build image. 
-You don't have to compile protoc yourself, nor configure local golang environment. Just run `docker build`, and image will do all the work for you
+You don't have to compile protoc yourself, nor configure local golang environment. Just run `docker build`, and image will do all the work for you.