diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20532ea1b6..7fec0ed409 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Welcome! We are very happy to accept community contributions to Ratify, whether * Checkout the repo locally with `git clone git@github.com:{your_username}/ratify.git`. * Build the Ratify CLI with `go build -o ./bin/ratify ./cmd/ratify` or if on Mac/Linux/WSL `make build-cli`. -## Developing9 +## Developing10 ### Components