Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wladyslawczyzewski committed Jul 22, 2021
1 parent 5fa832d commit 8189ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Then, in yours Startup's `Configure` method you need to configure CQRS's feature
app.UseCQRS();
```

The example configuration above will lead queries and commands from the same assembly as yours Startup class.
The example configuration above will load queries and commands from the same assembly as yours Startup class.

Once you have done the configuration, you can add your first query:

Expand Down

0 comments on commit 8189ae9

Please sign in to comment.