Skip to content

Commit

Permalink
Update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiante committed Dec 14, 2023
1 parent 147d808 commit 84a4968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# XD

> DEXPRO Developer CLI with an X
This project implements developer tools for DEXPRO employees.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "github.com/spf13/cobra"
func NewRootCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "xd",
Short: "DEXPRO Developer CLI",
Short: "DEXPRO Developer CLI with an X",
}

return cmd
Expand Down

0 comments on commit 84a4968

Please sign in to comment.