Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Feb 5, 2020
1 parent 3276c5f commit 771714d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Test Status](https://github.com/gobuffalo/tags/v3/workflows/Tests/badge.svg)](https://github.com/gobuffalo/tags/v3/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/gobuffalo/tags/v3)](https://goreportcard.com/report/github.com/gobuffalo/tags/v3)
[![Test Status](https://github.com/gobuffalo/tags/workflows/Tests/badge.svg)](https://github.com/gobuffalo/tags/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/gobuffalo/tags)](https://goreportcard.com/report/github.com/gobuffalo/tags)

# Tags

Expand All @@ -8,25 +8,25 @@ Easily build HTML tags in Go! This package is especially useful when using [http
## Getting Started
### Prerequisites

Tags has a minimum Go dependency of 1.8.1.
Tags has a minimum Go dependency of 1.12.0 and is being actively tested against go 1.12 and 1.13.

### Installing

To get this lib just get it via `go get`

```
go get -u -v github.com/gobuffalo/tags/v3/...
go get github.com/gobuffalo/tags/...
```
## Running the tests

In order to run the tests just do it with a regular
In order to run the tests you can execute:

```
go test ./...
go test ./...--race
```
## Documentation

Documentation is currently in [this repository Wiki](https://github.com/gobuffalo/tags/v3/wiki), you can find there instructions on how to use tags within your app.
Documentation is currently in [this repository Wiki](https://github.com/gobuffalo/tags/wiki), you can find there instructions on how to use tags within your app.

## Contributing

Expand Down

0 comments on commit 771714d

Please sign in to comment.