diff --git a/chat-tests/cmd/root.go b/chat-tests/cmd/root.go index 61a6891..57577e0 100644 --- a/chat-tests/cmd/root.go +++ b/chat-tests/cmd/root.go @@ -11,7 +11,7 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ - Use: "tiny-chat", + Use: "mini-chat", Short: "Application for hosting and joining a simple chat server", Long: `Application for hosting and joining a simple chat server`, diff --git a/chat-tests/main.go b/chat-tests/main.go index fa5afa0..31cf998 100644 --- a/chat-tests/main.go +++ b/chat-tests/main.go @@ -4,7 +4,7 @@ Copyright © 2024 Raul package main -import "chat-tests/cmd" +import "mini-chat/cmd" func main() { cmd.Execute()