From 5a2165e115516ca39fad47fc2c103508f40b7712 Mon Sep 17 00:00:00 2001 From: Sergey Dudin Date: Wed, 29 Mar 2023 13:25:23 +0300 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57f392e..59af802 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,11 @@ You should now be able to use the provider like you would regularly use Socialit ```php return Socialite::driver('google-one-tap')->stateless()->userFromToken($token); ``` +> **Note** +> Use `google` driver name if you're using version < 2.0.0 > **Note** > The token is returned in the `credential` field -> Use `google` driver name if you're using version < 2.0.0 ### Returned User fields