Skip to content

Commit 6f4e759

Browse files
authored
chore: clean up README
[skip ci]
1 parent 495dc8d commit 6f4e759

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# captcha
22

33
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/flamego/captcha/Go?logo=github&style=for-the-badge)](https://github.com/flamego/captcha/actions?query=workflow%3AGo)
4-
[![Codecov](https://img.shields.io/codecov/c/gh/flamego/captcha?logo=codecov&style=for-the-badge)](https://app.codecov.io/gh/flamego/captcha)
54
[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/flamego/captcha?tab=doc)
6-
[![Sourcegraph](https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph)](https://sourcegraph.com/github.com/flamego/captcha)
75

86
Package captcha is a middleware that provides captcha service for [Flamego](https://github.com/flamego/flamego).
97

108
## Installation
119

12-
The minimum requirement of Go is **1.24**.
13-
14-
go get github.com/flamego/captcha
10+
```zsh
11+
go get github.com/flamego/captcha
12+
```
1513

1614
## Getting started
1715

0 commit comments

Comments
 (0)