From 2aa4468763679c8d0eba8525ccd7d57167fca340 Mon Sep 17 00:00:00 2001 From: ke Date: Wed, 9 Nov 2022 09:19:29 +0800 Subject: [PATCH] Update README.md (#1053) --- packages/samples/custom-signup-page/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/samples/custom-signup-page/README.md b/packages/samples/custom-signup-page/README.md index d07c0099f..789181796 100644 --- a/packages/samples/custom-signup-page/README.md +++ b/packages/samples/custom-signup-page/README.md @@ -23,6 +23,6 @@ yarn build yarn start ``` -## Visit the custom page +## Visit the custom sign up page -Open http://localhost:13000/hello-world in a web browser. +Open [http://localhost:13000/signup](http://localhost:13000/signup) in a web browser.