From 2056117ea799afb1bc7dede95b651e80907b7971 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 27 Apr 2020 12:34:42 +0100 Subject: [PATCH] DOC: Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a247c7..8033c3a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Powershell module that imports users from a CSV into a Microsoft Teams group. # Setting up your device This module uses PowerShell, which is pre-installed on Windows. If you're not on Windows, please [download **PowerShell Core**](https://github.com/PowerShell/PowerShell/releases). 1. Open PowerShell as an administrator. -1. Install this module by running `Install-Module -Name TeamsUsersEnroller`. +1. Install this module by running `Install-Module -Name TeamsUserEnroller`. # Running the script 1. Create a CSV file containing your users and their desired roles. The first line must be the headers `email,role`, for example: