Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Nov 3, 2024
1 parent 9c12f20 commit fb0c1dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ Muddle::strategy(link: new Link\Encrypt)->link('[email protected]');

```blade
{{-- default strategy components --}}
<x-muddle-link email="[email protected]" title="email" />
<x-muddle-text email="[email protected]" />
<x-muddle-link email="[email protected]" />
{{-- specific link strategy components --}}
<x-muddle-random email="[email protected]" />
<x-muddle-append email="[email protected]" />
<x-muddle-concatenation email="[email protected]" />
<x-muddle-encrypt email="[email protected]" />
<x-muddle-entities email="[email protected]" />
<x-muddle-hex email="[email protected]" />
<x-muddle-rotate email="[email protected]" />
<x-muddle-random email="[email protected]" title="email" />
<x-muddle-append email="[email protected]" title="email" />
<x-muddle-concatenation email="[email protected]" title="email" />
<x-muddle-encrypt email="[email protected]" title="email" />
<x-muddle-entities email="[email protected]" title="email" />
<x-muddle-hex email="[email protected]" title="email" />
<x-muddle-rotate email="[email protected]" title="email" />
{{-- specific text strategy components --}}
<x-muddle-text-random email="[email protected]" />
Expand Down

0 comments on commit fb0c1dc

Please sign in to comment.