Skip to content

Commit 5c8220a

Browse files
authored
chore: clean up README
[skip ci]
1 parent 2589cde commit 5c8220a

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
# template
22

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

86
Package template is a middleware that provides Go template rendering 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/template
10+
```zsh
11+
go get github.com/flamego/template
12+
```
1513

1614
## Getting started
1715

0 commit comments

Comments
 (0)