From 5430cfc7adbd01501e29e28d437ecc0738e17d35 Mon Sep 17 00:00:00 2001
From: Attila Farkas <x394097@fi.muni.cz>
Date: Wed, 31 Jul 2019 10:24:59 +0200
Subject: [PATCH] add flavors to readme

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f27583b..5ff02d3 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,11 @@ generate.py is a python program that generates a vagrant source file from a defi
 ### Known [issues](https://gitlab.ics.muni.cz/cs4eu/sandbox-creator/issues):
 - after running on Windows the output may contain invalid multibyte chars
 
-### Supprted flavors:
+### Flavors
 
+Flavors provide a quick way to choose hardware specs (like number of cpus and memory) for a virtual machine. These attributes can also be specified separately by `memory` and `cpus`. The values of `memory` and/or `cpus` always override the values specified in the `flavor`.
+
+##### Supported flavors:
 | flavor | cpus | memory |
 | ------------------ |:--:|:-----:|
 | csirtmu.tiny1x2    | 1  | 2048  |
-- 
GitLab