From e6d850dd6bc6aaecbaf5391412d1426fbb5ffaf5 Mon Sep 17 00:00:00 2001 From: Goreadme Date: Fri, 10 Apr 2020 07:36:11 +0000 Subject: Update readme according to Go doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef8e528..a9f74f9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/posener/complete.svg?branch=master)](https://travis-ci.org/posener/complete) [![codecov](https://codecov.io/gh/posener/complete/branch/master/graph/badge.svg)](https://codecov.io/gh/posener/complete) +[![GoDoc](https://img.shields.io/badge/pkg.go.dev-doc-blue)](http://pkg.go.dev/github.com/posener/complete) Package complete is everything for bash completion and Go. @@ -19,7 +20,7 @@ This package provides: * Enables an easy way to install/uninstall the completion of the command. The library and tools are extensible such that any program can add its one logic, completion types -or methologies. See the [documentation](https://pkg.go.dev/github.com/posener/complete/v2?tab=doc). +or methologies. ## Go Command Bash Completion -- cgit v1.2.3