diff --git a/readme.md b/readme.md index 71844fcd..0a536263 100644 --- a/readme.md +++ b/readme.md @@ -78,9 +78,10 @@ export default () => ( | tel | `string` | `` | `null` | telephone number of the intended recipient | | sms | `string` | `` | `null` | sms number of the intended recipient | | facetime | `string` | `` | `null` | facetime address of the intended recipient | +| href | `string` | `` | `null` | Obfuscate any other URL type | | headers | `object` | `` | `null` | subject, cc, bcc, body, etc | | obfuscate | `boolean` | `` | `true` | set to false to disable obfuscation | -| linkText | `string` | `` | `obfuscated` | add custom pre-interaction href attribute placeholder text | +| linkText | `string` | `` | `obfuscated` | add custom pre-interaction href attribute placeholder text | | element | `string` | `` | `'a'` | custom element to render instead of an `a` tag | | onClick | `function` | `` | `null` | called prior to setting location (e.g. for analytics tracking) |