From a1d2e8091a0a2051fdbb3384ad797d8cd5251ce6 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Wed, 4 Nov 2020 16:10:54 +0100 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 939cf6c..c828fae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Six reasons why you should use Doks: Make sure all dependencies have been installed: - [Hugo](https://gohugo.io/) >= 0.75.0/extended -- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run scripts) +- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run commands) ## Get started @@ -37,7 +37,7 @@ Create a new Doks project: git clone https://github.com/h-enk/doks.git my-doks-site ``` -Install dependencies: +Install npm packages: ```bash # @ my-doks-site/