Skip to content

Commit f8157df

Browse files
authored
refactor(README.md): trim unwanted details
1 parent c188a9e commit f8157df

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,11 @@ pip install user-scanner
8080

8181
### Basic username/email scan
8282

83-
Scan a single username across **all** available modules/platforms:
83+
Scan a single email or username across **all** available modules/platforms:
8484

8585
```bash
86-
user-scanner -e john_doe@gmail.com
87-
user-scanner --email john_doe@gmail.com # long version
88-
89-
user-scanner -u john_doe
90-
user-scanner --username john_doe # long version
86+
user-scanner -e john_doe@gmail.com # single email scanning
87+
user-scanner -u john_doe # single username scanning
9188
```
9289

9390
### Selective scanning
@@ -185,8 +182,7 @@ user_scanner/
185182
β”‚ β”œβ”€β”€ creator/ # Creator platforms (Hashnode, Dev.to, Medium, Patreon, etc.)
186183
β”‚ β”œβ”€β”€ community/ # Community platforms (forums, StackOverflow, HackerNews, etc.)
187184
β”‚ β”œβ”€β”€ gaming/ # Gaming sites (chess.com, Lichess, Roblox, Minecraft, etc.)
188-
β”‚ └── donation/ # Donation platforms (BuyMeACoffee, Liberapay)
189-
|...
185+
...
190186
```
191187
192188
**Module guidelines:**

0 commit comments

Comments
Β (0)