Skip to content

Commit a827937

Browse files
durkaMark-Simulacrum
authored andcommitted
resolve multiple commands confusion in readme
#211 updated the bot to parse multiple commands in the same comment and added a note about this to the readme, but did not remove the previous note saying this would not work, resulting in contradictory language.
1 parent 17e8827 commit a827937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rfcbot accepts commands in GitHub comments. All commands take the form:
1414
@rfcbot COMMAND [PARAMS]
1515
```
1616

17-
The bot expects one command per comment, and the command must start on its own line, but otherwise the bot doesn't care if there's other text in the comment. This is valid:
17+
Each command must start on its own line, but otherwise the bot doesn't care if there's other text in the comment. This is valid:
1818

1919
```
2020
TEXT
@@ -31,7 +31,7 @@ TEXT @rfcbot fcp merge
3131
TEXT
3232
```
3333

34-
Only the first of these commands will be registered:
34+
Both of these commands will be registered:
3535

3636
```
3737
@rfcbot concern FOO

0 commit comments

Comments
 (0)