From 5f91cb2f0e625dfb455eb2486bc0c5fda9b9c221 Mon Sep 17 00:00:00 2001 From: Roberto Tassone Date: Sat, 1 Jun 2019 14:20:26 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 551cd77..63bd065 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ Java application designed to solve the Critical Path Method (CPM) problem. https://en.wikipedia.org/wiki/Critical_path_method +## Screens + +![](https://raw.githubusercontent.com/tassoneroberto/critical-path-method/master/screenshots/screenshot1.png) + + +![](https://raw.githubusercontent.com/tassoneroberto/critical-path-method/master/screenshots/screenshot2.png) + + ## Installation Clone and change directory: ```