From 85f3324d978a74bbe991d3469182831e872f5c9f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 30 Jun 2016 11:39:25 -0400 Subject: [PATCH] Fixes #141: Removed invalid character --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 273bc0a1f..2da4676cb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -361,7 +361,7 @@ To add SSL support to the installation we'll start by installing the arbitrary p # sudo apt-get -y bc ``` -Next we'll clone Let’s Encrypt in to /opt +Next we'll clone Let's Encrypt into /opt/: ``` # sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt