diff --git a/src/cmd/root.go b/src/cmd/root.go index b80feda..5fb1b3a 100644 --- a/src/cmd/root.go +++ b/src/cmd/root.go @@ -23,7 +23,7 @@ import ( var rootCmd = &cobra.Command{ Short: "Send free whatsapp API", Long: `This application is from clone https://github.com/aldinokemal/go-whatsapp-web-multidevice, -you can send whatsapp over http api but your whatsapp account have to multi device version`, +you can send whatsapp over http api but your whatsapp account have to be multi device version`, Run: runRest, }