Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdstelt authored Jan 11, 2023
1 parent 123f0d4 commit d52d0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/04-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ endpoint.Configure(routing =>

### Step 4

In the `Divergent.ITOps` project, add a class under Handlers called `ShipWithFedexCommandHandler`. It should contain a message handler for `ShipWithFedexCommand` that calls a fake FedEx Web Service. Hard-code the customer information for now.
In the `Divergent.ITOps` project, create a folder `Handlers` and add a class called `ShipWithFedexCommandHandler`. It should contain a message handler for `ShipWithFedexCommand` that calls a fake FedEx Web Service. Hard-code the customer information for now.

```c#
public class ShipWithFedexCommandHandler : IHandleMessages<ShipWithFedexCommand>
Expand Down

0 comments on commit d52d0f3

Please sign in to comment.