Skip to content

Commit

Permalink
Update README.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud authored Sep 15, 2024
1 parent 4bfb438 commit 063462b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var host = Host.CreateDefaultBuilder()
await host.StartAsync();
```

Then, use `StepWiseClient` to interact with the StepWise server:
Then, use `StepWiseClient` to add workflows to StepWise UI:

```csharp
var stepWiseClient = host.Services.GetRequiredService<StepWiseClient>();
Expand Down Expand Up @@ -217,4 +217,4 @@ StepWise is released under the MIT License. See the [LICENSE](https://github.com

## Support

If you encounter any issues or have questions, please file an issue on the GitHub issue tracker.
If you encounter any issues or have questions, please file an issue on the GitHub issue tracker.

0 comments on commit 063462b

Please sign in to comment.