Skip to content

Commit

Permalink
Fix namespace name
Browse files Browse the repository at this point in the history
  • Loading branch information
iaindillingham committed Dec 2, 2024
1 parent 8c3ca96 commit ea1777c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ slack command ("say hello"), which schedules the "hello" job with a

```
raw_config = {
"example": {
"test": {
"jobs": {
"hello": {
"run_args_template": "echo Hello",
Expand All @@ -91,7 +91,7 @@ raw_config = {
}
}
```
Call this with `@BennettBot example say hello`; after a 1 second delay, BennettBot
Call this with `@BennettBot test say hello`; after a 1 second delay, BennettBot
will run `echo hello`, write the output to its log folder, and report the
contents to slack.

Expand Down

0 comments on commit ea1777c

Please sign in to comment.