doc: fix readme

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-04 23:09:35 +02:00
parent ee8abb6301
commit 03e74a4332

View File

@@ -28,12 +28,12 @@ completion.
git clone https://github.com/kjuulh/tree-sitter-hurl.git 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 cd tree-sitter-hurl
``` ```
3. Install the required Node.js dependencies: 3. Install the required dependencies:
``` ```
npm install npm install
``` ```