From 4c136a265c2005bcb81bf47709c8ca9b634f2fc1 Mon Sep 17 00:00:00 2001 From: Tom Osowski Date: Sun, 10 Dec 2017 08:28:31 -0800 Subject: [PATCH] Spelling Fix in Readme (#193) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2d64b..450f61a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ tunnel.on('close', function() { ### opts -* `subdomain` A *string* value requesting a specific subdomain on the proxy server. **Note** You may not actually receive this name depending on availablily. +* `subdomain` A *string* value requesting a specific subdomain on the proxy server. **Note** You may not actually receive this name depending on availability. * `local_host` Proxy to this hostname instead of `localhost`. This will also cause the `Host` header to be re-written to this value in proxied requests. ### Tunnel