~whereswaldon/gover

4ce304197396e8bf6064e0aa6f7746502238780b — Chris Waldon 3 years ago a46f7fd
doc: update README to use new syntax

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
1 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +3 -3
@@ 46,9 46,9 @@ If no version is specified, `latest` is assumed.
```
gover # assume latest and install
gover latest # explicitly request latest
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)
gover 1.14.6 # install and activate go 1.14.6
gover 1.13.14 # install and activate go 1.13.14
gover 1.14.6 # activate go 1.14.6 (already installed)
```

## License