Skip to content

Commit a8e8c81

Browse files
committed
fix: Update GitHub clone URL to use actual username
- Replace placeholder 'yourusername' with 'harrison001' - Ensures professional appearance in documentation
1 parent 1a531f4 commit a8e8c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async fn process_security_events(events: Vec<SecurityEvent>) -> ThreatAnalysis {
7777

7878
```bash
7979
# Clone and build
80-
git clone https://github.com/yourusername/SentinelEdge.git
80+
git clone https://github.com/harrison001/SentinelEdge.git
8181
cd SentinelEdge
8282
cargo build --release
8383

0 commit comments

Comments
 (0)