From 0c0be87cd05157e44591558759166a103ab7d3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Fri, 21 Apr 2017 19:45:38 +0300 Subject: [PATCH] Updating readme description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d70f87e..900189f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ![Travis CI](https://travis-ci.com/Metonimie/benchmark-scoreboard.svg?token=A1YGCrBhxwT3nHmAHZ9Q&branch=master) -This is a simple web app used for an university projects. +This is a simple web app that I've build for an university projects. +It is supposed to retrieve and store results from outside and present them in a nice way. +The results are benchmarking tests that are run by the java application. You will need **Python 2.6+ or Python 3.3+** to run this app. Flask doesn't support Python 3.2.