From: StevenBlack Date: Wed, 8 Aug 2018 14:21:50 +0000 (-0400) Subject: Correct typo. This closes #738. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9c917625431e12073ec7395972d47b0487bc3686;p=stevenblack-hosts.git Correct typo. This closes #738. --- diff --git a/readme_template.md b/readme_template.md index b3c178714..50ce01110 100644 --- a/readme_template.md +++ b/readme_template.md @@ -328,7 +328,7 @@ Open a Terminal and run with root privileges: To enable the `nscd` daemon initially, it is recommended that you run the following commands: ``` -sudo sysrc nscd_enable="YES"" +sudo sysrc nscd_enable="YES" sudo service nscd start ```