Skip to content

Commit

Permalink
Updated read-me
Browse files Browse the repository at this point in the history
  • Loading branch information
fembina authored Aug 18, 2024
1 parent 8202628 commit 8b6f1ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ var unobservedExceptionTask = flow.TakeUnobservedExceptionAsync()
flow.Subscribe<IncomingMessageSignal>(signals => signals
.Where(signal => signal
.Message
.Content
.Text
.GetText()
?.StartWith("/hello", StringComparison.InvariantCultureIgnoreCase) is true)
.HandleAsync(context => context
.ToOutgoingMessageController()
Expand Down

0 comments on commit 8b6f1ff

Please sign in to comment.