Skip to content

Commit 9bd4b34

Browse files
committed
fix
1 parent 9d05d7a commit 9bd4b34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ link below for details on obtaining and running the complete system.
3131

3232
## Patterns Handled
3333
### `role:github,cmd:get`
34-
Request module name and description
34+
Request module details by name
3535
```js
36-
seneca.act('role:github, req:get', {name: 'seneca'})
36+
seneca.act('role:github, cmd:get', {name: 'seneca'})
3737
```
3838

3939
## Patterns Emitted

0 commit comments

Comments
 (0)