From 1a18aea5175e692e38b49ee4a22bf85d4beae531 Mon Sep 17 00:00:00 2001 From: Barais Date: Tue, 28 Apr 2020 09:01:24 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f53bdba..2064b5a 100644 --- a/Readme.md +++ b/Readme.md @@ -287,7 +287,7 @@ And run the application using the embedded Jetty plugin in http://localhost:8888 If you fork this repo, to be up to date. ```sh -git remote add upstream https://github.com/barais/projetWE +git remote add upstream https://github.com/barais/ESIRTPDockerSampleApp git fetch upstream git checkout master git merge upstream/master