Skip to content

Commit 4c83b23

Browse files
committed
README.md: Minor tweaks
Insert a paragraph break before "Simple usage:". Also, use "customized" instead of "extra" to describe the command line options being passed in the advanced example. (With "extra" it reads like the options are being appended to a list of existing - or default - command line options, but in fact there are _no_ command line options passed by default).
1 parent 317abf5 commit 4c83b23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ This action will run `fawltydeps` in the project directory for a Python codebase
4242

4343
## Example usage
4444

45-
You need to use a `checkout` action before
45+
You need to use a `checkout` action before the FawltyDeps action.
46+
4647
Simple usage:
4748

4849
steps:
4950
- uses: actions/checkout@v4
5051
- uses: tweag/[email protected]
5152

52-
More advanced example with extra command line options:
53+
More advanced example with customized command line options:
5354

5455
steps:
5556
- name: checkout

0 commit comments

Comments
 (0)