From b94757a8f1d995d2c1e6e583339e6ca656bda191 Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 12 Aug 2021 10:23:28 -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 1b0d44ba..47c0ee20 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To create a new Proxmox ESPHome LXC Container, run the following from Proxmox web shell. ``` -bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/master/esphome_container.sh)" +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/blob/main/esphome_container.sh)" ```