From 9085dd5001e7c5326b2b0d64975b5be56f049b50 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Thu, 12 Jun 2025 10:19:07 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70315bb..0a3dee1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PowerShell Module that authenticates and gets data from the Apple Business Manag ## Installing the module This module can be installed [from the PowerShell Gallery][powershell-gallery] using the following command: ```PowerShell -Install-Module -Name AMBPS +Install-Module -Name ABMPS ``` ## Converting your private key The private key that you can download from the Apple Business Manager portal isn't in a format that is currently supported. To use this module, you'll need to convert it, for example, using openssl: