From c70b17e229dfdfb1b4befbc7f1e71cb4d86cc9ca Mon Sep 17 00:00:00 2001 From: Dennis van der Stelt Date: Wed, 11 Jan 2023 17:23:58 +0100 Subject: [PATCH] Update README.md --- exercises/04-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04-integration/README.md b/exercises/04-integration/README.md index c26d62a4..90eaaabc 100644 --- a/exercises/04-integration/README.md +++ b/exercises/04-integration/README.md @@ -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;