Skip to content

Commit 6478f12

Browse files
committed
update readme layout
1 parent f20c01d commit 6478f12

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
- [Usage](#installation)
1616
- [Install As Dependency](#install-as-dependency)
1717
- [Core Functions](#core-functions)
18-
- [UMD Module](#umd-module)
1918
- [Development](#development)
2019

2120
---
@@ -256,14 +255,6 @@ _Runs rules against parsed flows and returns scan results._
256255

257256
_Attempts to apply automatic fixes where available._
258257

259-
### UMD Module
260-
261-
To create a standalone UMD module, follow the [development insructions](#development) and run:
262-
263-
```bash
264-
npm run vite:dist
265-
```
266-
267258
---
268259

269260
## Development
@@ -315,4 +306,12 @@ npm run vite:dist
315306

316307
Your local core module will now replace the installed dependency and update automatically on rebuild.
317308

309+
6. Create a standalone UMD Module:
310+
311+
```bash
312+
npm run vite:dist
313+
```
314+
315+
The resulting file will be available in the `dist` directory as `lightning-flow-scanner-core.umd.js`.
316+
318317
###### Want to help improve Lightning Flow Scanner? See our [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)