From e4f4d0237dd167d3cd94be6fcec0b5693e5e8c95 Mon Sep 17 00:00:00 2001 From: doomsayer2 Date: Wed, 12 Apr 2017 13:43:47 +0200 Subject: [PATCH] Fixes README.md (refs #1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f19c32f..02a310a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Open your Git Bash or Commandline tool and navigate to the preferred working dir There execute the following commands, which will clone the latest version and install all dependencies. ``` -git clone https://github.com/VALIDproject/valid.git +https://github.com/VALIDproject/DyNetFlowVis.git cd valid npm install ```