diff --git a/README.md b/README.md index d0fa23e..85a88ce 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An extremely simple github action to install golang and golang commands (using " ## Usage -I recommend using a tagged release to avoid unexpected changes that may come to the master branch +Use a tagged release to avoid unexpected changes that may come to the master branch ```yaml name: "install go" uses: https://code.jakeyoungdev.com/actions/install-go@master @@ -20,7 +20,7 @@ Some inputs are available to customize the installation |---|---|---|---|---| |arch|no|any arch for Go|amd64|system architecture for golang |purge|no|yes/no|no|remove any golang files found on system before install -|commands|no|any public go repositories|no default|links to any commands to be installed using 'go install' +|commands|no|any public go repositories|.|links to any commands to be installed using 'go install' ## Issues