Skip to content

Commit

Permalink
Undo clickable links
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jun 2, 2020
1 parent 1927323 commit 63de67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ hyper-run -S localhost -s localhost -t src/app/www

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

- [http://localhost:8000](http://localhost:8000)
- [https://localhost:44300](https://localhost:44300)
- `http://localhost:8000`
- `https://localhost:44300`

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

Expand All @@ -53,8 +53,8 @@ hyper-run -S localhost:8080 -s localhost:4000 -t src/app/www

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

- <a href="http://localhost:8080" target="_blank">http://localhost:8080</a>
- <a href="http://localhost:4000" target="_blank">http://localhost:4000</a>
- `http://localhost:8080`
- `https://localhost:4000`

### Command Reference

Expand Down

0 comments on commit 63de67b

Please sign in to comment.