diff --git a/README.md b/README.md index 9470dd0e..3e859de2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Conform

-

Policy enforcment for your pipelines.

+

Policy enforcement for your pipelines.

Gitter GoDoc diff --git a/cmd/root.go b/cmd/root.go index b7fe026c..3bd17397 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -31,7 +31,7 @@ var ( // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ Use: "conform", - Short: "DRY, hygienic, fast builds.", + Short: "Policy enforcement for your pipelines.", Long: ``, }