From ba51a3147b610895d72d78add040dc39c1a51935 Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Wed, 5 Jan 2022 10:06:47 +0200 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52adf12..f785995 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Tor Proxy =========================== -This is a Tor Proxy Docker container for "torifying" other Docker-based services in a Docker Compose project. It creates a Tor Hidden Service with an onion hostname that persists as long as it's underlying storage volume. The Tor Hidden Service listens on the specified port and proxies traffice to the specified target host:port. +This is a Tor Proxy Docker container for "torifying" other Docker-based services in a Docker Compose project. It creates a Tor Hidden Service with an onion hostname that persists as long as it's underlying storage volume. The Tor Hidden Service listens on the specified port and proxies traffic to the specified target host:port. ## Usage