Skip to content

Commit f5326f9

Browse files
committed
Update README
1 parent 6d4bce0 commit f5326f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ steps:
6969

7070
### Working directory
7171

72-
The `working-dir` option can be especially useful when the eslint installation is not located in the root directory.
72+
The `working-directory` option can be especially useful when the eslint installation is not located in the root directory.
7373

7474
```yml
7575
steps:
7676
- uses: sibiraj-s/action-eslint@v3
7777
with:
78-
working-dir: apps/website
78+
working-directory: apps/website
7979
```
8080

8181
Note: When using this option, options such as `ignore-path` will be resolved based on the specified directory and files

0 commit comments

Comments
 (0)