Skip to content

Commit

Permalink
Update OfX-Nats README.md because The method StartNatsServerAsync has…
Browse files Browse the repository at this point in the history
… been updated to StartNatsListeningAsync
  • Loading branch information
quyvu01 committed Jan 6, 2025
1 parent c572365 commit eb8f520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OfX.Nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ builder.Services.AddOfX(cfg =>
...

var app = builder.Build();
app.StartNatsServerAsync(); // When you want to create NatsHost
app.StartNatsListeningAsync(); // When you want to create Nats Listening
app.Run();

```
Expand Down

0 comments on commit eb8f520

Please sign in to comment.