diff --git a/README.md b/README.md index 134da927f8..a899ef74e4 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,8 @@ The PyVerse repository is organized as follows: ├── CONTRIBUTING.md ├── Cybersecurity_Tools │ └── CLI-based Port Scanner -│ ├── port-scanner.py -│ └── README.md +│ ├── README.md +│ └── port-scanner.py ├── Data_Science │ └── Data-science.md ├── Deep_Learning diff --git a/repo_structure.txt b/repo_structure.txt index 8a56beab86..ccd3130811 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -44,8 +44,8 @@ ├── CONTRIBUTING.md ├── Cybersecurity_Tools │ └── CLI-based Port Scanner -│ ├── port-scanner.py -│ └── README.md +│ ├── README.md +│ └── port-scanner.py ├── Data_Science │ └── Data-science.md ├── Deep_Learning