Skip to content

Commit

Permalink
Small adjustments in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acuciureanu committed Apr 26, 2024
1 parent 627656b commit 7f40bd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Options:
Note: Use the flags to enable specific features as needed.
```

## Download latest compiled binaries.
## Download latest compiled binaries

If you want to run the tool straight away, there are compiled binaries for you [here](https://github.com/acuciureanu/js-maid/releases/latest)

Expand Down Expand Up @@ -84,8 +84,6 @@ const urlMatchingRule = new MatchingRule("endpoints", urlPattern);
const secretsMatchingRule = new MatchingRule("secrets", secretsPatterns);
```



In the above code:

- `urlMatchingRule` is a `MatchingRule` instance that matches URLs. It uses the pattern defined in `urlPattern`. The label "endpoints" is used to identify matches found with this rule.
Expand Down

0 comments on commit 7f40bd1

Please sign in to comment.