Skip to content

Commit

Permalink
doc: readme/help - typo (#789)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Sautier <louis.sautier@ovhcloud.com>
Co-authored-by: Louis Sautier <louis.sautier@ovhcloud.com>
  • Loading branch information
sbraz and Louis Sautier authored Apr 25, 2024
1 parent 2291dfb commit 81e77d2
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 @@
# 🐍 Venom

Venom is a CLI (Command Line Interface) that aim to create, manage and run your integration tests with efficiency.
Venom is a CLI (Command Line Interface) that aims to create, manage and run your integration tests with efficiency.

<a href="https://github.com/ovh/venom/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/v/release/ovh/venom.svg?logo=github&style=flat-square"></a>
[![GoDoc](https://godoc.org/github.com/ovh/venom?status.svg)](https://godoc.org/github.com/ovh/venom)
Expand Down
2 changes: 1 addition & 1 deletion cmd/venom/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func New() *cobra.Command {
rootCmd := &cobra.Command{
Use: "venom",
Short: "Venom aim to create, manage and run your integration tests with efficiency",
Short: "Venom aims to create, manage and run your integration tests with efficiency",
}
addCommands(rootCmd)
return rootCmd
Expand Down

0 comments on commit 81e77d2

Please sign in to comment.