Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyman-m authored Sep 5, 2024
1 parent ac352c8 commit 80e768c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 80e768c

Please sign in to comment.