Skip to content

Commit a733019

Browse files
authored
Fix Usage.md (#2737)
1 parent d2f3d7f commit a733019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ slither . --filter-paths "openzepellin"
8888
Filter all the results only related to openzepellin.
8989

9090
```
91-
slither . --filter-paths "Migrations.sol|ConvertLib.sol"
91+
slither . --filter-paths "SafeMath.sol|ConvertLib.sol"
9292
```
9393

9494
Filter all the results only related to the file `SafeMath.sol` or `ConvertLib.sol`.

0 commit comments

Comments
 (0)