diff --git a/examples/e14_slash_commands/README.md b/examples/e14_slash_commands/README.md index f1a2f140a36..582ff7e7213 100644 --- a/examples/e14_slash_commands/README.md +++ b/examples/e14_slash_commands/README.md @@ -1,6 +1,7 @@ # Slash commands -This example demonstrates serenity's low-level slash command functions. It is possible to write -a bot just with these, but it's usually easier to use poise -[poise](https://github.com/serenity-rs/poise/) framework, a high-level framework for slash commands -(and text commands, too). +This example demonstrates serenity's low-level slash command functions. It is +possible to write a bot just with these, but it's usually easier to use [poise] +framework, a high-level framework for slash commands (and text commands, too). + +[poise]: https://github.com/serenity-rs/poise/