From 1b14d642dae85b78dc82adc9310b63cff9f69f62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz>
Date: Mon, 2 Oct 2017 12:37:22 +0200
Subject: [PATCH] Change the README

Change the command, how to install this module via composer
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1da032c..300563d 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/simplesamlphp-module-proxystatistics:dev-master`
 
 
 ## Configuration
-- 
GitLab