Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toastsandwich authored Oct 2, 2024
1 parent 2bef7ac commit 0a42b88
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 0a42b88

Please sign in to comment.