Skip to content

Commit

Permalink
Fix minor typos in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Apr 6, 2022
1 parent 84cf8c7 commit 0f1c931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ bore local 8000 --to bore.pub

This will expose your local port at `localhost:8000` to the public internet at `bore.pub:<PORT>`, where the port number is assigned randomly.

Like [localtunnel](https://github.com/localtunnel/localtunnel) and [ngrok](https://ngrok.io/), except `bore` is intended to be a highly efficient, unopinionated tool for forwarding TCP traffic that is simple to install and easy to self-host, with no frills attached.
Similar to [localtunnel](https://github.com/localtunnel/localtunnel) and [ngrok](https://ngrok.io/), except `bore` is intended to be a highly efficient, unopinionated tool for forwarding TCP traffic that is simple to install and easy to self-host, with no frills attached.

(`bore` totals than 300 lines of async Rust code and trivial to set up — just run a single binary for the client and server.)
(`bore` totals less than 300 lines of safe, async Rust code and is trivial to set up — just run a single binary for the client and server.)

## Detailed Usage

Expand Down

0 comments on commit 0f1c931

Please sign in to comment.