Skip to content

Commit

Permalink
chore: fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 9, 2024
1 parent bf5c080 commit 967e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The PRP Preprocessor accepts the following inputs:
| `extension` | The extension of the files to process. | Yes | .prp |
| `includeSubDirs` | Whether to include subdirectories in the search for files. | No | false |
| `ignoredVars` | A list of variables to ignore. | No | [] |
| `ignoredDirs` | A list of directories to ignore, according to the [.gitignore spec 2.22.1.](https://git-scm.com/docs/gitignore) | No | ["node_modules",".git",".github","__tests__",".vscode",".idea"] |
| `ignoredDirs` | A list of directories to ignore, according to the [.gitignore spec 2.22.1.](https://git-scm.com/docs/gitignore) | No | `["node_modules",".git",".github","__tests__",".vscode",".idea"]` |
| `encodings` | The encoding to use when reading and writing files. | No | utf8 |

## Outputs
Expand Down

0 comments on commit 967e3f3

Please sign in to comment.