Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4f53 committed Aug 6, 2024
1 parent 56041db commit ffb5ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ for index, sub := subdomains {

#### SubdomainsOnly

- Returns: only the subdomains (subdomain.example.com) as a list of strings
- Returns: only the subdomains (subdomain.example.com) as a slice of strings


#### DomainsOnly

- Returns: only the domains (example.com) as a list of strings
- Returns: only the domains (example.com) as a slice of strings


#### BreakFusedSubdomains

- Returns: only the domains (example.com) as a list of strings
- Returns: the subdomains/domains that are fused on accident, split into newlines

Example: en.wikipedia.org0x4f.medium.com gives
en.wikipedia.org
Expand Down

0 comments on commit ffb5ef8

Please sign in to comment.