From 996b5841117d0699e7414e38a646ea6d28914b33 Mon Sep 17 00:00:00 2001 From: tmckeage Date: Thu, 5 Aug 2021 16:35:19 -0400 Subject: [PATCH] Update README.md entering amplify-amp as the name of the project causes the following error: "Project name should be between 3 and 20 characters and alphanumeric" Removing the hyphen so the name becomes "amplifyapp" fixes this problem. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a82f723..ef299ac 100755 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Here we'll walk through the `amplify configure` setup. Once you've signed in to amplify init ``` -- Enter a name for the project: __amplify-app__ +- Enter a name for the project: __amplifyapp__ - Enter a name for the environment: __dev__ - Choose your default editor: __Visual Studio Code__ - Please choose the type of app that you're building __javascript__ @@ -637,4 +637,4 @@ If you are unsure of what services you have enabled at any time, you can run the amplify status ``` -`amplify status` will give you the list of resources that are currently enabled in your app. \ No newline at end of file +`amplify status` will give you the list of resources that are currently enabled in your app.