Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rangertaha authored Nov 7, 2024
1 parent 7cb833d commit 15d7142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Algorithms systematically generate plausible misspelled domain variations by ana
| hi | Hyphen Insertion | Inserting hyphens into the target domain name. |
| ho | Hyphen Omission | Removing hyphens from the target domain name. |
| co | Character Omission | Omitting a character from the domain name. |
| cs | Character Substitution | Swapping two consecutive characters in the domain name. |
| acs | Adjacent Char Substitution | Replacing adjacent characters from the keyboard in the domain name. |
| cs | [Character Swapping](https://github.com/rangertaha/urlinsane/tree/master/pkg/typo#cs-character-swapping) | Swapping two consecutive characters in the domain name. |
| acs | [Adjacent Char Substitution](https://github.com/rangertaha/urlinsane/blob/master/pkg/typo/README.md#acs-adjacent-character-substitution) | Replacing adjacent characters from the keyboard in the domain name. |
| aci | Adjacent Char Insertion | Inserting adjacent characters from the keyboard into the domain name. |
| gi | Grapheme Insertion | Inserting language-specific characters into the target domain name. |
| gr | Grapheme Replacement | Replacing characters with similar-looking characters in the domain name. |
Expand Down

0 comments on commit 15d7142

Please sign in to comment.