diff --git a/readme.md b/readme.md
index 5e21559..255bfc5 100644
--- a/readme.md
+++ b/readme.md
@@ -56,10 +56,10 @@ Specifies the HTTP method to use when fetching data. If omitted, it defaults to
### `hx-event`
-Specifies the event that triggers the data fetch. Defaults to `onload`. Possible values are `onload`, `onclick`, `onsubmit`, etc.
+Specifies the event that triggers the data fetch. Defaults to `onload`. Possible values are `onload`, `onclick`, `onsubmit`, etc. You can define multiple events to listen by seperating them by commas.
```html
-
+
```
### `hx-error`