Skip to content

Commit bf0d1a5

Browse files
committed
docs: fix headings
1 parent d37cb28 commit bf0d1a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Overview
1+
## Overview
22

33
`revgrep` is a CLI tool used to filter static analysis tools to only lines changed based on a commit reference.
44

5-
# Install
5+
## Install
66

77
```bash
88
go install github.com/golangci/revgrep/cmd/revgrep@latest
99
```
1010

11-
# Usage
11+
## Usage
1212

1313
In the scenario below, a change was made causing a warning in `go vet` on line 5, but `go vet` will show all warnings.
1414
Using `revgrep`, you can show only warnings for lines of code that have been changed (in this case, hiding line 6).
@@ -42,7 +42,7 @@ from-rev filters issues to lines changed since (and including) this revision
4242
Regexp to match path, line number, optional column number, and message
4343
```
4444

45-
# Other Examples
45+
## Other Examples
4646

4747
Issues between branches:
4848
```bash

0 commit comments

Comments
 (0)