diff options
| author | Goreadme <EMAIL:[email protected]> | 2020-04-10 07:36:11 +0000 | 
|---|---|---|
| committer | Goreadme <EMAIL:[email protected]> | 2020-04-10 07:36:11 +0000 | 
| commit | e6d850dd6bc6aaecbaf5391412d1426fbb5ffaf5 (patch) | |
| tree | 4d1d4dc5878f30019d0512db1c136f5ab8d9a864 | |
| parent | 95737120accc3dd81d07dd7d54fd092f66be72a8 (diff) | |
Update readme according to Go doc
| -rw-r--r-- | README.md | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@  [](https://travis-ci.org/posener/complete)  [](https://codecov.io/gh/posener/complete) +[](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  | 
