Skip to content

Commit d7167c0

Browse files
committed
Fix project name in README
1 parent ea4fead commit d7167c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The rosdistro index and rosdep database hold a significant amount of semi-manual
1010

1111
This tool analyzes a git repository containing changes to the rosdistro index and/or rosdep database and provides specific and actionable feedback. It is also capable of posting that feedback directly to a content forge like GitHub as a pull request review.
1212

13-
## Invoking rosdistro-review locally
13+
## Invoking rosdistro-reviewer locally
1414

1515
Nearly all of the validation that rosdistro-review does can be performed locally. To run the analysis, just run `rosdistro-reviewer` from anywhere in the git repository you'd like to check. By default, the tool will only analyze uncommitted changes against the most recent commit. If you've already committed your changes and you'd still like to check them, you can choose a different target ref with the `--target-ref` option. For example:
1616
```

0 commit comments

Comments
 (0)