Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho authored Sep 14, 2023
1 parent 837fa6c commit b1c7246
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 @@ -63,12 +63,12 @@ encode on the mutated input while the second one generates base64 from it.
* `bitFlip` - flips the bit at random position inside random location inside input
* `bitmask` - applies random bitmask on random location inside the string
* `duplicate` - duplicates original string random number of times (2 < 10)
* `another` - run other mutations random number of times
* `multiple` - run other mutations random number of times

# URL open methods

Right now furlzz supports two methods of opening URLs:
* `delegate` when the application uses `-[AppDelegate application:openURL:options:]`
* `app` when the application is using `-[UIApplication openURL:]`

PRs are more than welcome to extend any functionality inside the furlzz
PRs are more than welcome to extend any functionality inside the furlzz

0 comments on commit b1c7246

Please sign in to comment.