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 e68902a commit c70b17e
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 @@ -40,7 +40,7 @@ In this exercise, we'll have the saga in `Divergent.Shipping` service tell IT/Op

### Step 1

In the `Divergent.ItOps.Messages` project, create a new class `ShipWithFedexCommand` in the Commands folder. It should contain the order Id, customer Id, and a list of product Ids.
In the `Divergent.ItOps.Messages` project, create a folder `Commands` and add a new class `ShipWithFedexCommand` in the Commands folder. It should contain the order Id, customer Id, and a list of product Ids.

```c#
using System.Collections.Generic;
Expand Down

0 comments on commit c70b17e

Please sign in to comment.