Skip to content

Commit 41a5ef7

Browse files
author
Paris
committed
Updating readme
1 parent e72e27d commit 41a5ef7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This sample application shows how to use GraphQL to build an application that a
1515

1616
+ [NodeJS](https://nodejs.org/en/download/) with [NPM](https://docs.npmjs.com/getting-started/installing-node)
1717

18-
+ [AWS Mobile CLI v1.1.0](https://github.com/aws/awsmobile-cli)
18+
+ [AWS Ampify CLI](https://aws-amplify.github.io/)
1919
- `npm install -g @aws-amplify/cli`
2020
- `amplify configure`
2121

@@ -61,8 +61,7 @@ amplify add api
6161

6262
![Architecture](public/amplify-add-api.png)
6363

64-
After running this command, you edit the schema.graphql located at `amplify/backend/api/<-projectname->/schema.graphql`. You may
65-
delete the one at the root of the project directory as it will no longer be used.
64+
> After running this command, you edit the schema.graphql located at `amplify/backend/api/<-projectname->/schema.graphql`. You may delete the one at the root of the project directory as it will no longer be used.
6665
6766
6. Deploy your project.
6867

0 commit comments

Comments
 (0)