Skip to content

Commit 456f3bc

Browse files
authored
Update README.md
1 parent df139db commit 456f3bc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
A library of composable layers that is designed to provide client-side load balancing for (but not limited to) HTTP client-server communication, using Consul as the service discovery layer
66

7-
[Example Usage](#Example)
7+
[Example Usage](#Example)
8+
(See advanced usage patterns in the `test` package)
89

910
## Components
1011

@@ -109,9 +110,6 @@ func main() {
109110
Balancer: &lb.TagAwareLoadBalancer{
110111
Tags: []string{"az-eu-west-1c", "az-eu-east-1c"},
111112
},
112-
//Balancer: &lb.TagAwareLoadBalancer{
113-
// Tags: []string{"az-eu-west-1c", "az-eu-east-1c"},
114-
//},
115113
Client: consulClient,
116114
})
117115

0 commit comments

Comments
 (0)