From e56451f5e17a29271f7242a7967acc85583c99be Mon Sep 17 00:00:00 2001 From: Twan K Date: Tue, 21 May 2024 15:38:10 +0200 Subject: [PATCH] Update README.md Fixed Docker package link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 621a1a6..69337ce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A script to create, update and delete Zabbix hosts using Netbox device objects. To pull the latest stable version to your local cache, use the following docker pull command: ``` -docker pull ghcr.io/TheNetworkGuy/netbox-zabbix-sync:latest +docker pull ghcr.io/thenetworkguy/netbox-zabbix-sync:latest ``` Make sure to specify the needed environment variables for the script to work (see [here](#set-environment-variables))