From c5c5eb21de4adc8e1c63a7f85c397fe915458f28 Mon Sep 17 00:00:00 2001 From: Matt Titmus Date: Tue, 13 Jul 2021 11:02:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abb281..effe6db 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ commands: - must have echo:can_echo ``` -This shows a bundle called `echo`, which defines a command called `echo` and a permission called `can_echo`. Once [installed](https://guide.getgort.io/managing-bundles.html), any user with the `echo:can_echo` permission can execute it in Slack. +This shows a bundle called `echo`, which defines a command (also called `echo`) and a permission called `can_echo`. Once [installed](https://guide.getgort.io/managing-bundles.html), any user with the `echo:can_echo` permission can execute it in Slack. More information about bundles can be found in the Gort Guide: