Skip to content

Commit 46ad15d

Browse files
authored
Updated example with .env example
1 parent 7a21e4a commit 46ad15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This small app responds to the `/cool` slash command.
3434
use SlackPhp\Framework\App;
3535
use SlackPhp\Framework\Context;
3636

37-
// Note: Expects SLACK_SIGNING_KEY to be set in environment.
37+
putenv("SLACK_SIGNING_KEY=blafoobla");
3838

3939
App::new()
4040
->command('cool', function (Context $ctx) {

0 commit comments

Comments
 (0)