From c8f7bb3a47ce0188b82ac5eb7832a2a4bb2c8e4e Mon Sep 17 00:00:00 2001 From: MBorne Date: Sat, 24 Nov 2018 17:24:32 +0100 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a1c2bd..cdbe9be 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ composer config --global repo.satis.example.org composer https://satis.example.o (it makes a weaker link between your projects and your SATIS instance(s)) -## Filter by organization/groups and users +## Filter by organization/groups and users If you rely on gitlab.com, you will probably need to find projects according to groups and users : @@ -126,7 +126,7 @@ export SATIS_GITLAB_TOKEN=YouGitlabToken export SATIS_GITHUB_TOKEN=YouGithubToken make test -# or simply +# or simply composer install phpunit ```