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

Commit 63de67b

Browse files
committed
Undo clickable links
1 parent 1927323 commit 63de67b

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](http://localhost:8000)
39-
- [https://localhost:44300](https://localhost:44300)
38+
- `http://localhost:8000`
39+
- `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-
- <a href="http://localhost:8080" target="_blank">http://localhost:8080</a>
57-
- <a href="http://localhost:4000" target="_blank">http://localhost:4000</a>
56+
- `http://localhost:8080`
57+
- `https://localhost:4000`
5858

5959
### Command Reference
6060

0 commit comments

Comments
 (0)