From 530ac859fe015ac95c8c4d6a6a4c5a1e40baca60 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sun, 23 Jul 2023 22:45:48 +0800 Subject: [PATCH] Updated README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da12953..e2b9ff8 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ # Sample Usage -To use the deployed app, -Have your activation email redirect a link like below -https://lemeow125.github.io/simple-redirect/#/stude/activation/MUID/12asdSDFGSDTSDFG +When a user creates an account, an email is sent which redirects to the link below +https://lemeow125.github.io/simple-redirect/#/redirect/stude/activation/MUID/12asdSDFGSDTSDFG -This will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG -" +The link above when clicked will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG" +Do not change the redirect keyword "stude" in the example above must correspond to the name of your mobile app +"activation" should correspond to the link to your mobile app's screen/page +you can adjust the last two URL slugs/values accordingly Powered by Vite, ReactJS, and React Router