Skip to content

Commit 3db4397

Browse files
committed
Clarify instructions in setup guide by updating shell reference and punctuation in application descriptions
1 parent 5141159 commit 3db4397

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/1-hour/0-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In a few moments a new repository will be created from the template for this wor
3030
With the repository created, it's now time to clone the repository locally. We'll do this from a shell capable of running BASH commands.
3131

3232
1. Copy the URL for the repository you just created in the prior set.
33-
2. Open your shell.
33+
2. Open your terminal or command shell.
3434
3. Run the following command to clone the repository locally (changing directories to a parent directory as appropriate):
3535

3636
```sh
@@ -52,7 +52,7 @@ With the repository created, it's now time to clone the repository locally. We'l
5252
The startup script will start two applications:
5353

5454
- The backend Flask app on [localhost:5100](http://localhost:5100). You can see a list of dogs by opening the [dogs API](http://localhost:5100/api/dogs).
55-
- The frontend Astro/Svelte app on [localhost:4321](http://localhost:4321). You can see the [website](http://localhost:4321) by opening that URL!
55+
- The frontend Astro/Svelte app on [localhost:4321](http://localhost:4321). You can see the [website](http://localhost:4321) by opening that URL.
5656

5757
## Open your editor
5858

0 commit comments

Comments
 (0)