From 9a6d06cd1af6422187ed357c47778cbbbdc40e36 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 1 Oct 2019 21:03:45 +0530 Subject: [PATCH] chore: modified OAuth docs --- docs/AddOAuthProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AddOAuthProvider.md b/docs/AddOAuthProvider.md index b5a04da2ef..bca7d3bc82 100644 --- a/docs/AddOAuthProvider.md +++ b/docs/AddOAuthProvider.md @@ -31,7 +31,7 @@ Once you have finished setting up all the metadata for the new provider, you nee Create a new class that extends the basic OAuth provider abstract class in this location: ```bash -src/Auth/OAuth/ProviderName +./src/Auth/OAuth/ProviderName ``` Note that the class name should start with a capital letter as PHP FIG standards suggest.