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

Commit 66f7b40

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ hyper-run -S localhost -s localhost -t src/app/www
3535

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

38-
- `http://localhost:8000`
39-
- `https://localhost:44300`
38+
- [http://localhost:8000](http://localhost:8000)
39+
- [https://localhost:44300](https://localhost:44300)
4040

4141
Servers start with first unoccupied port within range depending on a scheme.
4242

@@ -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`
57-
- `https://localhost:4000`
56+
- [http://localhost:8080](http://localhost:8080)
57+
- [https://localhost:4000](https://localhost:4000)
5858

5959
### Command Reference
6060

0 commit comments

Comments
 (0)