From 03e74a43324927e3c0778a2c30ace6ec27735652 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 4 Jul 2023 23:09:35 +0200 Subject: [PATCH] doc: fix readme Signed-off-by: kjuulh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25c67b2..15283f4 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ completion. git clone https://github.com/kjuulh/tree-sitter-hurl.git ``` -2. Navigate to the project directory: +2. Navigate to the repo: ``` cd tree-sitter-hurl ``` -3. Install the required Node.js dependencies: +3. Install the required dependencies: ``` npm install ```