diff --git a/modules/ZeroTierOne.php b/modules/ZeroTierOne.php index 3d6b656..5ad5055 100644 --- a/modules/ZeroTierOne.php +++ b/modules/ZeroTierOne.php @@ -2,7 +2,7 @@ class ZeroTierOne extends PatchBase { function __construct() { - parent::__construct('ZeroTier Inc.', 'ZeroTier', 'https://www.zerotier.com/download/'); + parent::__construct('ZeroTier Inc.', 'ZeroTier One', 'https://www.zerotier.com/download/'); } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/zerotier/ZeroTierOne/releases/latest'))