From ad71f43e744bec7718ec275da973544d2b8397d7 Mon Sep 17 00:00:00 2001 From: Tattiya Sakulniwat <46751639+tattiyaS@users.noreply.github.com> Date: Wed, 6 Oct 2021 18:02:13 +0900 Subject: [PATCH] Edit the command The command "Analyze a GitHub repository" is inexecutable because it does not match the code. So I fixed it due to the code in pycerfl.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dadc20d..e8fcb1a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To put it into operation you have to follow the steps below: ``` * Analyze a GitHub repository. ``` - python3 pycerfl.py repo + python3 pycerfl.py repo-url ``` * Analyze a GitHub user. ```