Skip to content

Commit 025c4c1

Browse files
authored
Update README.md
1 parent 98ae4dc commit 025c4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A Python-based security scanner for analyzing open-source repositories, designed
2525

2626
1. Clone the repository:
2727
```bash
28-
git clone https://github.com/<your-username>/secure-code-scanner.git
28+
git clone https://github.com/bvvard/secure-source-code-analyzer.git
2929
cd secure-code-scanner
3030
```
3131

@@ -39,4 +39,4 @@ A Python-based security scanner for analyzing open-source repositories, designed
3939
To scan a GitHub repository:
4040

4141
```bash
42-
python scanner.py --repo https://github.com/bvvard/secure-source-code-analyzer/
42+
python scanner.py --repo https://github.com/<username>/<repo>

0 commit comments

Comments
 (0)