diff --git a/README.md b/README.md index 00645bb..6b18a6c 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,10 @@ Start with creating a `Behaviour` struct and populating it with your desired set Define a struct fulfilling the `imp::EventHandler` trait with all your custom event handling code. -Finally, run the imp `my_imp.event_loop(Box::new(custom_event_handler));` \ No newline at end of file +Finally, run the imp `my_imp.event_loop(Box::new(custom_event_handler));` + +## Examples + +- Private [rust-bert](https://github.com/guillaume-be/rust-bert) chat bot - [rust-bert-bot](https://git.openprivacy.ca/dan/rust-bert-bot) +- Public utility bot - [Cwtch Update Bot](https://git.openprivacy.ca/dan/update_bot/) +