Skip to content

Commit

Permalink
fix: Typo in README (aws-samples#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
melzareix authored Mar 17, 2020
1 parent 2216bf8 commit 4feeaa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/ecs/cross-stack-load-balancer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
balancer stack, and register a `Service` into it in the service stack.

0 comments on commit 4feeaa1

Please sign in to comment.