Skip to content

Commit 12a99fd

Browse files
committed
Fix URL formatting
1 parent 1233240 commit 12a99fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install
1313
npm start
1414
```
1515

16-
Visit [http://localhost:3000/] in your browser and you should see `Hello world!`. You can dive in and start coding your own routes in `src/app.js`.
16+
Visit [http://localhost:3000/](http://localhost:3000/) in your browser and you should see `Hello world!`. You can dive in and start coding your own routes in `src/app.js`.
1717

1818
## Copy over your JavaScript Basics code
1919

0 commit comments

Comments
 (0)