summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoreadme <EMAIL:[email protected]>2020-04-10 07:36:11 +0000
committerGoreadme <EMAIL:[email protected]>2020-04-10 07:36:11 +0000
commite6d850dd6bc6aaecbaf5391412d1426fbb5ffaf5 (patch)
tree4d1d4dc5878f30019d0512db1c136f5ab8d9a864
parent95737120accc3dd81d07dd7d54fd092f66be72a8 (diff)
Update readme according to Go doc
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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