diff options
| author | Eyal Posener <[email protected]> | 2017-05-13 11:08:03 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-13 11:08:03 +0300 |
| commit | 87f385425a98490ad44c01e33d16e6a4324696f0 (patch) | |
| tree | 49ef787eeb6071d84adb7c8f35051d474351f11f | |
| parent | 3de2e3534fb3320081efe100b4da83f034d7155c (diff) | |
readme: change headers
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ Supported shells: [x] bash [x] zsh -## Usage +### Usage Assuming you have program called `run` and you want to have bash completion for it, meaning, if you type `run` then space, then press the `Tab` key, @@ -102,7 +102,7 @@ func main() { } ``` -## Self completing program +### Self completing program In case that the program that we want to complete is written in go we can make it self completing. Here is an [example](./example/self/main.go) |
