Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit b3c5416

Browse files
committed
update readme
1 parent 4384037 commit b3c5416

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ npm install @flow-scanner/lightning-flow-scanner-core
328328
>
329329
> Volta will automatically use the Node.js version defined in `package.json`.
330330
331-
1. Clone the repo:
331+
1. Clone the repository
332332
333333
```bash
334334
git clone https://github.com/Flow-Scanner/lightning-flow-scanner-core.git
@@ -340,7 +340,7 @@ npm install @flow-scanner/lightning-flow-scanner-core
340340
npm install
341341
```
342342

343-
3. Build the project:
343+
3. Compile a new version:
344344

345345
```bash
346346
npm run build
@@ -353,13 +353,13 @@ npm install @flow-scanner/lightning-flow-scanner-core
353353
```
354354

355355
5. Test as local dependency(Optional):
356-
To test changes to the core module locally, run:
356+
a. run:
357357

358358
```bash
359359
npm run link
360360
```
361361

362-
b) Go to the dependent project (e.g. VSX or CLI) and use:
362+
b. Go to the dependent project (e.g. VSX or CLI) and use:
363363

364364
```bash
365365
npm link @flow-scanner/lightning-flow-scanner-core

0 commit comments

Comments
 (0)