Skip to content

Commit eb9f544

Browse files
authored
chore: clean up README
[skip ci]
1 parent c62f8a4 commit eb9f544

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# csrf
22

33
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/flamego/csrf/Go?logo=github&style=for-the-badge)](https://github.com/flamego/csrf/actions?query=workflow%3AGo)
4-
[![Codecov](https://img.shields.io/codecov/c/gh/flamego/csrf?logo=codecov&style=for-the-badge)](https://app.codecov.io/gh/flamego/csrf)
54
[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/flamego/csrf?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/csrf)
75

86
Package csrf is a middleware that generates and validates CSRF tokens for [Flamego](https://github.com/flamego/flamego).
97

108
## Installation
119

12-
The minimum requirement of Go is **1.18**.
13-
14-
go get github.com/flamego/csrf
15-
10+
```zsh
11+
go get github.com/flamego/csrf
12+
```
1613

1714
## Getting started
1815

0 commit comments

Comments
 (0)