diff --git a/goreleaser/README.md b/goreleaser/README.md index 980a4f2..427150e 100644 --- a/goreleaser/README.md +++ b/goreleaser/README.md @@ -122,7 +122,7 @@ goreleaser --clean Check the console output to make sure that there are no messages about a failed publish. \ -If all is well you should the git tag on the releases page updated with a +If all is well you should see the git tag on the releases page updated with a ChangeLog and the published binaries. ### How to Publish to Gitea and others diff --git a/node/README.md b/node/README.md index e2a292f..18135ee 100644 --- a/node/README.md +++ b/node/README.md @@ -63,7 +63,7 @@ To run them manually on your code; - jshintrc (lint) ```sh touch .jshintrc .jshintignore - jhint -c ./.jshintrc *.js */*.js + jshint -c ./.jshintrc *.js */*.js ``` - fixjson \ (turns JavaScript Objects with comments, trailing commas, etc into actual diff --git a/ssh-authorize/README.md b/ssh-authorize/README.md index 8f0bba3..4c5bda0 100644 --- a/ssh-authorize/README.md +++ b/ssh-authorize/README.md @@ -81,7 +81,7 @@ This just adds a layer of convenience, and a few benefits: - handles arbitrary files and URLs, failing bad key lines - sets permissions correctly, even if they were incorrect \ - (which almost no one will to do successfully by hand on Windows on the first + (which almost no one will be able to do successfully by hand on Windows on the first try) - works `curl` (macOS, Ubuntu) or `wget` (Docker, Alpine) - enforces `https`