~whereswaldon/gover

b529714ed394c299576931eee2139a58c1cbb2ff — Chris Waldon 3 years ago cb6e772
docs: fix readme format and add examples
1 files changed, 9 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +9 -1
@@ 28,7 28,15 @@ chmod +x ~/.local/bin/gover
gover <minor> <patch>
```

This will activate go 1.<minor>.<patch> (installing it if needed).
This will activate go 1.`minor`.`patch` (installing it if needed).

## Examples

```
gover 14 6 # install and activate go 1.14.6
gover 13 14 # install and activate go 1.13.14
gover 14 6 # activate go 1.14.6 (already installed)
```

## License