Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 1927323

Browse files
committed
Add clickable links in README
1 parent 66f7b40 commit 1927323

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
@@ -53,8 +53,8 @@ hyper-run -S localhost:8080 -s localhost:4000 -t src/app/www
5353

5454
2 servers will start with the directory `src/app/www` as the document root:
5555

56-
- [http://localhost:8080](http://localhost:8080)
57-
- [https://localhost:4000](https://localhost:4000)
56+
- <a href="http://localhost:8080" target="_blank">http://localhost:8080</a>
57+
- <a href="http://localhost:4000" target="_blank">http://localhost:4000</a>
5858

5959
### Command Reference
6060

0 commit comments

Comments
 (0)