Skip to content

Commit a7cf698

Browse files
authored
update docs to mention hooks (#4)
1 parent 349ab04 commit a7cf698

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Update the `live_dashboard` configuration in your router.
2525
live_dashboard "/dashboard",
2626
additional_pages: [
2727
obanalyze: Obanalyze.dashboard()
28+
],
29+
on_mount: [
30+
Obanalyze.hooks()
2831
]
2932
```
3033

0 commit comments

Comments
 (0)