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