From bc5d2d93003bd8b44e9d68b1aa378cdf94372ea4 Mon Sep 17 00:00:00 2001
From: Jonas Blatt <jonasblatt@uni-koblenz.de>
Date: Fri, 7 Jun 2019 17:15:03 +0200
Subject: [PATCH] small changes

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f4123b5..948c9cd 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,6 @@ DMN Verifier
 
 ## Used libaries
 - [dmn-js](https://github.com/bpmn-io/dmn-js) for visualisation of the dmn tables
-- [camunda-engine-dmn](https://github.com/camunda/camunda-engine-dmn) for backend parsing and operate on dmn tables 
-- [Primefaces](https://www.primefaces.org/#) for frontend visualisation of result tables
+- [camunda-engine-dmn](https://github.com/camunda/camunda-engine-dmn) for backend parsing and operating on dmn tables 
+- [Primefaces](https://www.primefaces.org/#) for frontend visualisation of result tables, upload functionality and design things
 - [Google Guava](https://github.com/google/guava) java utils
-- 
GitLab