Skip to content

Commit

Permalink
Small README update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia authored Jun 2, 2021
1 parent f83a39e commit 7f458b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class MyCoolApp extends BaseApp
> Assumptions:
>
> - You have required the Composer autoloader to enable autoloading of the framework files.
> - You have configured composer.json so that your `MyApp` namespaced code is autoloaded.
> - You have set `SLACK_SIGNING_KEY` in the environment (e.g., `putenv("SLACK_SIGNING_KEY=foo");`)
> - You have set `SLACK_BOT_TOKEN` in the environment (e.g., `putenv("SLACK_BOT_TOKEN=bar");`)
Expand Down

0 comments on commit 7f458b6

Please sign in to comment.