Skip to content

Commit 9718897

Browse files
author
Brandon Truong
authored
Update readme.md
1 parent d1e77b7 commit 9718897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm run dev
3232

3333
This command runs a dev server (you can check what the actual command is in `package.json`) that autoreloads your app as you make changes. You don't need to worry too much about what's going on with that for this tutorial (but if you're interested, the app is using [react hot loading](https://www.youtube.com/watch?v=xsSnOQynTHs).
3434

35-
Go to [http://localhost:3000](http://localhost:3000) and you should see something similar to the picture below.
35+
Go to [http://localhost:3000](http://localhost:3000) and you should see a pretty empty interface.
3636

3737
Now that you've successfully installed and run the app, lets get coding.
3838

0 commit comments

Comments
 (0)