Skip to content

Commit f784447

Browse files
authored
Fix typo in CLI tool installation command
1 parent d13b49b commit f784447

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
@@ -51,7 +51,7 @@ dotnet add package ConductorSharp.Patterns
5151
dotnet add package ConductorSharp.KafkaCancellationNotifier
5252

5353
# CLI tool for scaffolding task/workflow definitions
54-
dotnet tool install --global ConductorSharp.Toolki
54+
dotnet tool install --global ConductorSharp.Toolkit
5555
```
5656

5757
## Quick Start

0 commit comments

Comments
 (0)