From 168cb8a6ecbb4d83182c44a90a40d1a4e5d70e40 Mon Sep 17 00:00:00 2001 From: Zach Latta Date: Wed, 22 Mar 2017 11:06:31 -0700 Subject: Make small English / grammar changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70ca1cd..4ecf28f 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ $ ./sshtron Clone the project and `cd` into its directory. ```sh -# Build the sshtron Docker image +# Build the SSHTron Docker image $ docker build -t sshtron . # Spin up the container with always-restart policy $ docker run -t -d -p 2022:2022 --restart always --name sshtron sshtron ``` -For RaspberryPi, change the Base Image in `Dockerfile` from `golang:latest` to `apicht/rpi-golang:latest`. +For Raspberry Pi, change the base image in `Dockerfile` from `golang:latest` to `apicht/rpi-golang:latest`. ## CVE-2016-0777 -- cgit v1.2.3