Skip to content

Commit

Permalink
Merge pull request #7 from toastsandwich/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
muruga21 authored Oct 2, 2024
2 parents 2bef7ac + 0a42b88 commit 3239c0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,14 @@ Load Distrix is a simple HTTP load balancer written in Go. It distributes incomi

```yaml
backend:
```
- host: "server1"
url: "http://127.0.0.1:8081"
- host: "server2"
url: "http://127.0.0.1:8082"

...continue with your backend configuration

````
```

3. Build and run the load balancer:

Expand Down

0 comments on commit 3239c0b

Please sign in to comment.