From 80e768cd5d70888d89574147e9dba32174bf0d0e Mon Sep 17 00:00:00 2001 From: Wanzo <67494845+wanzoma@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:26:50 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45063b1..d63d236 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # balancer -[![Go Report Card](https://goreportcard.com/badge/github.com/zehuamama/balancer) ](https://goreportcard.com/report/github.com/zehuamama/balancer)![GitHub top language](https://img.shields.io/github/languages/top/zehuamama/balancer) ![GitHub](https://img.shields.io/github/license/zehuamama/balancer) [![CodeFactor](https://www.codefactor.io/repository/github/zehuamama/balancer/badge)](https://www.codefactor.io/repository/github/zehuamama/balancer) [![codecov](https://codecov.io/gh/zehuamama/balancer/branch/main/graph/badge.svg)](https://codecov.io/gh/zehuamama/balancer)  ![go_version](https://img.shields.io/badge/go%20version-1.17-yellow) +[![Go Report Card](https://goreportcard.com/badge/github.com/wanzoma/balancer)](https://goreportcard.com/report/github.com/wanzoma/balancer) ![GitHub top language](https://img.shields.io/github/languages/top/wanzoma/balancer) ![GitHub](https://img.shields.io/github/license/wanzoma/balancer) [![CodeFactor](https://www.codefactor.io/repository/github/wanzoma/balancer/badge)](https://www.codefactor.io/repository/github/wanzoma/balancer) [![codecov](https://codecov.io/gh/wanzoma/balancer/branch/main/graph/badge.svg)](https://codecov.io/gh/wanzoma/balancer)  ![go_version](https://img.shields.io/badge/go%20version-1.17-yellow) `balancer` is a layer 7 load balancer that supports http and https, and it is also a go library that implements `load balancing` algorithms. @@ -16,7 +16,7 @@ It currently supports load balancing algorithms: ## Install First download the source code of balancer: ```shell -> git clone https://github.com/zehuamama/balancer.git +> git clone https://github.com/wanzoma/balancer.git ``` compile the source code: ```shell