From bd8d39259e888a917c53940df3b357241ca4e08f Mon Sep 17 00:00:00 2001 From: RITWICK RAJ MAKHAL Date: Tue, 10 Sep 2024 15:23:46 +0530 Subject: [PATCH] folder path updated --- examples/login-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/login-react/README.md b/examples/login-react/README.md index 855fff29..443cdaee 100644 --- a/examples/login-react/README.md +++ b/examples/login-react/README.md @@ -7,7 +7,7 @@ Basic app that shows how to implement login with a third party login provider. **1 —** Clone this repository and install the dependencies ```bash git clone git@github.com:strapi/strapi-examples.git -cd strapi-examples/login-react +cd strapi-examples/examples/login-react yarn install ```