From 05d72a849b30c09afa024f064904b47e4c8a0f7a Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 21 Feb 2017 10:02:49 +0100 Subject: [PATCH] Improve language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 030c92b..cf759d9 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ catch (\Delight\Auth\TooManyRequestsException $e) { } ``` -The username in the third parameter is optional. You can pass `null` here if you don't want to manage usernames. +The username in the third parameter is optional. You can pass `null` there if you don't want to manage usernames. -If you want to enforce unique usernames, on the other hand, simply call `registerWithUniqueUsername` instead of `register`, and be prepared to catch the `DuplicateUsernameException`, if necessary. +If you want to enforce unique usernames, on the other hand, simply call `registerWithUniqueUsername` instead of `register`, and be prepared to catch the `DuplicateUsernameException`. For email verification, you should build an URL with the selector and token and send it to the user, e.g.: