From 866e33dd78901e7ffa4af96f19c30f294d017088 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 27 Feb 2020 17:26:49 +0000 Subject: [PATCH] Fix issue with README headers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac79cc3..ad3e8ae 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ You'll need to do a few things before you can run the script: 3. Import the module. Run `Import-Module -Name MicrosoftTeams` in your Powershell terminal. 4. Authenticate to the API. Run `Connect-MicrosoftTeams` in your Powershell terminal. -# How to use +# How to use Open `Import-TeamsUsers.ps1` and modify the `$GroupId` and `$File` variables at the bottom, then execute the script from the command line. -# Issues? +# Issues? If you're having problems or have an idea for a new feature, please check [here](https://github.com/luketainton/Import-TeamsUsers/issues) to see if someone else is having the same problem, and open an issue if one doesn't already exist. If you can implement a fix or feature request, please file a pull request!