From 68db437ed89b0d58a0bec9ddedde081c2302f74a Mon Sep 17 00:00:00 2001
From: Attila Farkas <x394097@fi.muni.cz>
Date: Mon, 5 Aug 2019 07:35:52 +0200
Subject: [PATCH] update readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5ff02d3..84bf336 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ generate.py is a python program that generates a vagrant source file from a defi
 ### Usage:
 1. Clone the project.
 2. Navigate to the project folder.
-3. Type `$ python generate.py {yaml_file.yaml} > Vagrantfile`. There is a test yaml file in the repository called test.yaml.
+3. Type `$ python generate.py yaml_file.yaml > Vagrantfile`. There is a test yaml file in the repository called test.yaml.
 4. Run `$ vagrant up`
 
 ### Implemented attribute types:
-- 
GitLab