Skip to content

Commit cf75006

Browse files
committed
readme update
1 parent 7b1bb22 commit cf75006

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
<img src="docs/images/banner.png" style="width: 41%;" />
44
</a>
55
</p>
6-
<p align="center"><i>Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.</i></p>
6+
<p align="center"><i>Detect unsafe contexts, queries in loops, hardcoded IDs, and more to optimize your Salesforce Flows</i></p>
77

88
![FlowScan example](docs/images/sfdxgif.gif)
99

1010
- **[Installation](#installation)**
1111
- **[Usage](#usage)**
12-
- [Options](#options)
1312
- **[Configuration](#configuration)**
1413
- [Defining the severity per rule](#defining-the-severity-per-rule)
15-
- [Specifying an exception](#specifying-an-exception)
1614
- [Configuring an expression](#configuring-an-expression)
15+
- [Specifying an exception](#specifying-an-exception)
1716
- **[Development](#development)**
1817

1918
## Installation
@@ -38,7 +37,7 @@ Lightning Flow Scanner CLI is plug-and-play. Open any project with flows and run
3837
sf flow:scan [options]
3938
```
4039

41-
### Options
40+
Customize the scan behavior using the following options:
4241

4342
```sh-session
4443
-c, --config <path> provide a path to the configuration file.

0 commit comments

Comments
 (0)