From 7b1acd42bdad5c7d2b875e2b013309a0844e018c Mon Sep 17 00:00:00 2001 From: anapgh Date: Wed, 9 Jun 2021 19:01:59 +0200 Subject: [PATCH] readme complete --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 003f5d0..a13d5d6 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,15 @@ To put it into operation you have to follow the steps below: ``` 3. Execute the main program 'main.py' in three different ways: - a. Analyze a directory + * Analyze a directory ``` python3 main.py directory name_path ``` - b. Analyze a Github repository + * Analyze a Github repository ``` python3 main.py repo name_urlclone ``` - c. Analyze a Github user + * Analyze a Github user ``` python3 main.py user name_user ```