Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noamelf authored Dec 11, 2024
1 parent ec548ae commit 524d38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ You can run on all changed files:
pants --changed-since=HEAD lint
```

You can run on all changed files, and any of their "dependees":
You can run on all changed files, and any of their "dependents":

```
pants --changed-since=HEAD --changed-dependees=transitive test
pants --changed-since=HEAD --changed-dependents=transitive test
```

## Target specifications
Expand Down

0 comments on commit 524d38a

Please sign in to comment.