Skip to content

Commit 2f0435b

Browse files
committed
Update README.md
1 parent 6318f20 commit 2f0435b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ This plugin provides e-mail obfuscation via field-methods to prevent spam bots f
55
## Credits
66
First things first - I basically copied this plugin code from [seehat's post](https://forum.getkirby.com/t/email-obfuscate/4475/20) in the Kirby forum. Many thanks to him.
77

8-
## Installation
9-
10-
### Composer
8+
## Installation via Composer
119
```
1210
composer require timnarr/kirby-obfuscate-email
1311
```
@@ -21,7 +19,7 @@ If you want to obfuscate multiple e-mails in a text field you can use the `obfus
2119
## Options
2220
| Option | Default | Type | Description |
2321
| ------ | ------- | ---- | ----------- |
24-
| `regex` | `/[A-Z0-9\._%+-]+(@)[A-Z0-9\.-]+(\.)[a-z]{2,}/i` | string | Regular expression, used to find e-mails in text. Change to your pattern if needed. |
22+
| `regex` | `/[A-Z0-9\._%+-]+(@)[A-Z0-9\.-]+(\.)[a-z]{2,}/i` | string | Regular expression, used to find e-mails in text. Change to custom pattern if needed. |
2523

2624
## License
2725
[MIT License](./LICENSE) Copyright © 2024-present Tim Narr

0 commit comments

Comments
 (0)