From 4757a8f2916f314716757f086b85f1a1a2b98a4f Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 14 May 2024 11:15:27 -0400 Subject: [PATCH] manual, parsing devs --- .../javascript/grid3_javascript_installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/collections/developers/javascript/grid3_javascript_installation.md b/collections/developers/javascript/grid3_javascript_installation.md index bac53cf..bf3b099 100644 --- a/collections/developers/javascript/grid3_javascript_installation.md +++ b/collections/developers/javascript/grid3_javascript_installation.md @@ -109,13 +109,13 @@ You can explore the Grid Client by testing the different scripts proposed in **g - Update your customized deployments specs if needed - Run using [ts-node](https://www.npmjs.com/ts-node) - With yarn - ```bash - yarn run ts-node --project tsconfig-node.json scripts/zdb.ts - ``` + ```bash + yarn run ts-node --project tsconfig-node.json scripts/zdb.ts + ``` - With npx - ```bash - npx ts-node --project tsconfig-node.json scripts/zdb.ts - ``` + ```bash + npx ts-node --project tsconfig-node.json scripts/zdb.ts + ``` ## Reference API