From 3270d587ac54f767ef8d22d1631c5df66d0fe064 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Fri, 29 Nov 2024 20:17:42 +0000 Subject: [PATCH] Minor update to the README file in docs. --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4e9b3e8..977db91 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,11 +6,11 @@ This repository contains IronCalc's end-user documentation. Here, you can explor To manage the documentation, we use [VitePress](https://vitepress.dev/guide/what-is-vitepress), a Static Site Generator (SSG). -First, ensure you have [nodejs](https://nodejs.org/) installed in your system +First, ensure you have [nodejs](https://nodejs.org/) installed in your system. ## Installation -Start installing the required dependencies by running the following command in your terminal: +Start installing the required dependencies by changing directory to the _docs_ folder of the IronCalc repository and running the following command in your terminal: ```bash npm install @@ -18,7 +18,7 @@ npm install ## Running the Project -Start a development instnace of the documentation server with: +Start a development instance of the documentation server with: ```bash npm run dev