From 0f1c93186ee6bb00d76dbd6e673597abd9886027 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 6 Apr 2022 02:23:07 -0400 Subject: [PATCH] Fix minor typos in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83dcbbb..9f1966a 100644 --- a/README.md +++ b/README.md @@ -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:`, 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