Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueskang committed Feb 19, 2018
1 parent e99445e commit ef3a2cf
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 @@ -32,14 +32,14 @@ A .NET Core ultra lightweight in-memory event bus implementation.
{
public Task HandleEventAsync(MessageSent @event)
{
// consume the event here
// consume the event here
return Task.CompletedTask;
}
}
```

```csharp
// Startup.cs
// Startup.cs
public void ConfigureServices(IServiceCollection services)
{
services
Expand Down

0 comments on commit ef3a2cf

Please sign in to comment.