From 771714d66da497e91ccb391fa5f6fcfc0a9dfeb9 Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Tue, 4 Feb 2020 21:24:33 -0500 Subject: [PATCH] updating README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b34817c..69c814f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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