Skip to content

Commit 3ea9979

Browse files
authored
Update README.md
Add http prefix to make the url clickable.
1 parent e409568 commit 3ea9979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ any web server to check it out in your browser:
2727
> python3 -m http.server
2828
```
2929

30-
The site is now available at <0.0.0.0:8000>.
30+
The site is now available at <http://0.0.0.0:8000>.
3131

3232
## Contributing
3333

@@ -39,4 +39,4 @@ Code of Conduct, see `CODE_OF_CONDUCT.md` for more.
3939

4040
Please send pull requests to the master branch. If you're trying to do
4141
something big, please open an issue before working on it, so we can make sure
42-
that it's something that will eventually be accepted.
42+
that it's something that will eventually be accepted.

0 commit comments

Comments
 (0)