From bc1fe9623cccbc6f7ba721a59652f6c8628ad88e Mon Sep 17 00:00:00 2001 From: Christopher Wavrin Date: Fri, 12 Mar 2021 15:21:47 +0000 Subject: [PATCH] adds relative path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b8b1c9..3bec52b 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ $ amplify init - Choose your default editor: __Visual Studio Code (or your favorite editor)__ - Please choose the type of app that you're building __javascript__ - What javascript framework are you using __react-native__ -- Source Directory Path: __/__ -- Distribution Directory Path: __/__ +- Source Directory Path: __./__ +- Distribution Directory Path: __./__ - Build Command: __npm run-script build__ - Start Command: __npm run-script start__ - Select the authentication method you want to use: __AWS profile__