Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabit committed Apr 25, 2019
1 parent a76f299 commit 2321611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ amplify init
```

- Enter a name for the project: __amplifyreactapp__
- Enter a name for the environment: __dev__
- Enter a name for the environment: __local__
- Choose your default editor: __Visual Studio Code (or your default editor)__
- Please choose the type of app that you're building __javascript__
- What javascript framework are you using __react__
Expand Down Expand Up @@ -806,7 +806,7 @@ amplify env list

| Environments |
| ------------ |
| dev |
| local |
| *apiupdate |
```

Expand All @@ -827,10 +827,10 @@ Now, we can create this new stack by running `amplify push`:
amplify push
```

After we test it out, we can now merge it into our original dev environment:
After we test it out, we can now merge it into our original local environment:

```sh
amplify env checkout dev
amplify env checkout local

amplify status

Expand Down

0 comments on commit 2321611

Please sign in to comment.