Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
License badge update
  • Loading branch information
neelp03 authored Oct 7, 2024
1 parent a5165ea commit 8c7ac88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://codecov.io/gh/neelp03/throttlex/branch/main/graph/badge.svg)](https://codecov.io/gh/neelp03/throttlex)
[![Go Report Card](https://goreportcard.com/badge/github.com/neelp03/throttlex)](https://goreportcard.com/report/github.com/neelp03/throttlex)
[![GoDoc](https://godoc.org/github.com/neelp03/throttlex?status.svg)](https://godoc.org/github.com/neelp03/throttlex)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)

**Throttlex** is a Go package that provides flexible and efficient rate limiting for your applications. It supports multiple rate-limiting algorithms and storage backends, making it suitable for a variety of use cases, including REST APIs, gRPC services, and GraphQL APIs.

Expand Down

0 comments on commit 8c7ac88

Please sign in to comment.