From d52d0f32e6d93540032e573dc65563a5dda1e2bf Mon Sep 17 00:00:00 2001 From: Dennis van der Stelt Date: Wed, 11 Jan 2023 17:34:02 +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 8cc326f0..84b1e564 100644 --- a/exercises/04-integration/README.md +++ b/exercises/04-integration/README.md @@ -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