From 632623f29401f38e0a853508346a94267372dfa1 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Thu, 3 Dec 2020 19:59:37 +0100 Subject: [PATCH] docs: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 755d13a..9229b2a 100644 --- a/README.md +++ b/README.md @@ -39,19 +39,19 @@ Make sure all dependencies have been installed: Have your Doks site in three steps: -### 1. Create a new Doks project: +### 1. Create new Doks project ```bash git clone https://github.com/h-enk/doks.git my-doks-site ``` -### 2. Install npm packages: +### 2. Install npm packages ```bash npm install ``` -### 3. Start local development server: +### 3. Start local development server ```bash npm run start