Skip to content

Commit 36b18d2

Browse files
authored
Correct code block formatting in readme.md
Fix formatting issue with closing brackets in code block.
1 parent 7eed018 commit 36b18d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ builder.Services.AddWhatsApp((messages, cancellation) =>
6767
}
6868

6969
return AsyncEnumerable.Empty<Response>();
70-
});```
70+
});
71+
```
7172

7273
If the handler needs additional services, they can be provided directly
7374
as generic parameters of the `UseWhatsApp` method, such as:

0 commit comments

Comments
 (0)