diff --git a/README.md b/README.md index 214f9e0..2d17a4f 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ $ go get -u github.com/tcnksm/ghr 3. Commit your changes 4. Rebase your local changes against the master branch 5. Run test suite with the `make test` command and confirm that it passes -6. Run `gofmt -s` +6. Run `gofmt -s -w .` 7. Create new Pull Request ## Author