From 7713a3e32df39a58a4323942aafa74797039fc70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Fri, 29 Sep 2017 09:17: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 e658643..1da032c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Module for simpleSAMLphp which shows Proxy IdP/SP statistics ## Instalation Once you have installed SimpleSAMLphp, installing this module is very simple. First of all, you will need to download Composer if you haven't already. After installing Composer, just execute the following command in the root of your SimpleSAMLphp installation: - `php composer.phar require CESNET/proxystatistics:dev-master` +`php composer.phar require CESNET/proxystatistics:dev-master` ## Configuration -- GitLab