Skip to content

Commit ebbdc85

Browse files
committed
fix table of content reference
1 parent 04cbfee commit ebbdc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [Include Beta Rules](#include-beta-rules)
1919
- **[Usage](#Usage)**
2020
- [Examples](#examples)
21-
- [Functions](#core-functions)
21+
- [Functions](#functions)
2222
- **[Installation](#installation)**
2323
- **[Development](#development)**
2424

@@ -277,7 +277,7 @@ _Runs all enabled rules and returns detailed violations._
277277

278278
_Automatically applies available fixes(removing variables and unconnected elements)._
279279

280-
#### [`exportDetails(results: ScanResult[]): string`](https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/exportDetails.ts)
280+
#### [`exportDetails(results: ScanResult[]): FlatViolation[]`](https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/exportDetails.ts)
281281

282282
_Get flattened output of violations only._
283283

0 commit comments

Comments
 (0)