diff --git a/README.md b/README.md index 3a3fd124..458db492 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,7 @@ logging.basicConfig(level=logging.INFO) # Initialize the WhatsApp client client = NewClient( - name="my-whatsapp-bot", - database="./neonize.db" + name="my-whatsapp-bot" ) # Handle successful connection