From 4feeaa1a9439c5095a66159122b8f968410818d5 Mon Sep 17 00:00:00 2001 From: Mohamed Elzarei Date: Tue, 17 Mar 2020 22:26:03 +0100 Subject: [PATCH] fix: Typo in README (#258) --- typescript/ecs/cross-stack-load-balancer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/ecs/cross-stack-load-balancer/README.md b/typescript/ecs/cross-stack-load-balancer/README.md index bccea2c7a..1a42e8070 100644 --- a/typescript/ecs/cross-stack-load-balancer/README.md +++ b/typescript/ecs/cross-stack-load-balancer/README.md @@ -18,8 +18,8 @@ Shown in `split-at-listener.ts`, create an `ApplicationLoadBalancer` in a shared stack, and an `ApplicationListener` in the service stack. -Option 1: Split at target group +Option 2: Split at target group ------------------------------- Shown in `split-at-targetgroup.ts`, create an empty `TargetGroup` in the load -balancer stack, and register a `Service` into it in the service stack. \ No newline at end of file +balancer stack, and register a `Service` into it in the service stack.