Skip to content

Commit c4428b8

Browse files
authoredJun 6, 2021
Fix minor typos in README
1 parent a10d760 commit c4428b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ modules:
2626
```
2727

2828
Then, finally, run Piranha passing the name of the feature flag that must be removed
29-
and directory where it should look for Python source files:
29+
and of the directory where it should look for Python source files:
3030
```
3131
python3 -m libcst.tool codemod codemods.PiranhaCommand --flag-name <FEATURE_FLAG_NAME> <directory_path>
3232
```
3333

3434
Use the following command to check further options available to use from libCST's codemod and additional
35-
argument that can be passed to Piranha:
35+
arguments that can be passed to Piranha:
3636
```
3737
python3 -m libcst.tool codemod codemods.PiranhaCommand -h
3838
```

0 commit comments

Comments
 (0)
Please sign in to comment.