From 8e14777805500abbf7cbc840a4a19c7635ce5b96 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Mon, 1 Feb 2021 10:09:31 +0100 Subject: [PATCH] docs: update requirements sections --- README.md | 2 +- content/docs/prologue/quick-start.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f326744..eecbfa8 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Nine reasons why you should use Doks: ## Requirements -Doks uses npm to install site dependencies and run build scripts. Installing npm is pretty simple. Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. +Doks uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. ## Get started diff --git a/content/docs/prologue/quick-start.md b/content/docs/prologue/quick-start.md index 8115c59..2d9218c 100644 --- a/content/docs/prologue/quick-start.md +++ b/content/docs/prologue/quick-start.md @@ -15,7 +15,7 @@ toc: true ## Requirements -Doks uses npm to install site dependencies and run build scripts. Installing npm is pretty simple. Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. +Doks uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. ## Start a new Doks project