From c52c608f259483b325745163aa3d42e43330440e Mon Sep 17 00:00:00 2001 From: kenna-bmcdevitt Date: Wed, 22 Jul 2020 07:24:49 -0500 Subject: [PATCH] adjust readme --- fake_tunnel_connector/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake_tunnel_connector/readme.md b/fake_tunnel_connector/readme.md index 3ba2f22..a9dc097 100644 --- a/fake_tunnel_connector/readme.md +++ b/fake_tunnel_connector/readme.md @@ -2,4 +2,4 @@ If you do not have a certificate.pem in the directory, run the `setup_ssl_cert.rb` script and it will create one ### To use: -Start the `server.rb` script like this: `ruby server.rb 2666` and it will spawn a FakeTunnelConnector server listening on port 2666. You can give it any port. +Start the `server.rb` script like this: `ruby server.rb 2666` and it will spawn a `FakeTunnelConnector` server listening on port 2666. You can give it any port.