From 6ba1f5a34b51b303d0231592b62e5718bb70d610 Mon Sep 17 00:00:00 2001
From: tteck <tteckster@gmail.com>
Date: Sun, 22 Aug 2021 05:55:40 -0400
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0c0b8841..c450ae44 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@ sudo systemctl status mariadb
 ``` 
 Change the recorder: `db_url:` in your HA configuration.yaml
  
-Example: `mysql://admin:password@192.168.1.26:3306/homeassistant?charset=utf8mb4`
+Example: `mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8mb4`
  
 </details>