From 48a081c0ff930ae77084f5221d6f312ae83533ed Mon Sep 17 00:00:00 2001 From: Kaustav Ghosh Date: Sun, 14 Oct 2018 12:42:02 -0700 Subject: [PATCH] Update init.md Changing "New Project setup" to "Project setup" since it includes the "amplify configure project" which is used to configure already existing projects --- cli/init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/init.md b/cli/init.md index a629d3dd386..b3766727381 100644 --- a/cli/init.md +++ b/cli/init.md @@ -1,7 +1,7 @@ --- --- -# New Project Setup +# Project Setup The AWS Amplify CLI helps you set up an AWS IAM user, set up an AWS profile on your local system and the initialize Amplify powered apps with all your defined configurations. We'll also walk through steps as to how you could share the Amplify generated backend configuration between other frontend projects and re-use the same backend infrastructure in-between multiple platforms/users.