readme: change headers

This commit is contained in:
Eyal Posener 2017-05-13 11:08:03 +03:00
parent 3de2e3534f
commit 87f385425a
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ Supported shells:
[x] bash [x] bash
[x] zsh [x] zsh
## Usage ### Usage
Assuming you have program called `run` and you want to have bash completion 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, 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 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) can make it self completing. Here is an [example](./example/self/main.go)