Skip to content

Commit

Permalink
chore: fix typos (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Nov 30, 2018
1 parent 349ba37 commit 5543c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<h1 align="center">Conform</h1>
<p align="center">Policy enforcment for your pipelines.</p>
<p align="center">Policy enforcement for your pipelines.</p>
<p align="center">
<a href="https://gitter.im/autonomy/conform"><img alt="Gitter" src="https://img.shields.io/gitter/room/autonomy/conform.svg?style=flat-square"></a>
<a href="https://godoc.org/github.com/autonomy/conform"><img alt="GoDoc" src="http://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square"></a>
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: ``,
}

Expand Down

0 comments on commit 5543c79

Please sign in to comment.