Skip to content

Commit 97fbae3

Browse files
Fix typo in readme
1 parent c6a9bab commit 97fbae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For Command handlers, use a `ValueTask`, and Immediate.Handlers will insert a re
7070
of `ValueTuple` to your handler automatically.
7171
```cs
7272
[Handler]
73-
public sealed partial class CreateUserCommand()
73+
public sealed partial class CreateUserCommand(
7474
UsersService usersService
7575
)
7676
{

0 commit comments

Comments
 (0)