Skip to content

Commit e6bc29e

Browse files
committed
wording
1 parent 21bee5a commit e6bc29e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ $ npm install
1313
$ npm start
1414
```
1515

16+
Then, open a web browser to [http://localhost:8080](http://localhost:8080) where you'll see a list of subjects.
17+
1618
## Updating
1719

1820
If you've already cloned the repo but you need to get updated code, then follow these steps:
@@ -26,7 +28,7 @@ git update origin master
2628
npm install
2729
```
2830

29-
Then, open a web browser to [http://localhost:8080](http://localhost:8080) where you'll see a list of subjects.
31+
Then you should be able to do your `npm start` and open a web browser to [http://localhost:8080](http://localhost:8080) where you'll see a list of subjects.
3032

3133
## Be Prepared
3234

0 commit comments

Comments
 (0)