From 51dbc9fb9bb949758a458c68fbb2fa5a20f44cd1 Mon Sep 17 00:00:00 2001 From: Robert Hencke Date: Tue, 16 Feb 2016 17:07:26 -0500 Subject: [PATCH] Fix small typo in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13576ca..9c7d78d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Take note of your `TenantId` if applicable for your situation. The `TenantId` ca ## Email Authentication -To authorize by email domain use `--email-domain=yourcompany.com`. To authorize individual email addresses use `--authenticated-emails-file=/path/to/file` with one email per line. To authorize all email addresse use `--email-domain=*`. +To authorize by email domain use `--email-domain=yourcompany.com`. To authorize individual email addresses use `--authenticated-emails-file=/path/to/file` with one email per line. To authorize all email addresses use `--email-domain=*`. ## Configuration