From 0a42b88a33ca661808d777c9ba6cf1fcad734af8 Mon Sep 17 00:00:00 2001 From: Shreyas Mali <83450905+toastsandwich@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:26:24 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e70f79..db6fcc0 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,6 @@ 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" @@ -65,7 +63,7 @@ Load Distrix is a simple HTTP load balancer written in Go. It distributes incomi ...continue with your backend configuration -```` +``` 3. Build and run the load balancer: