Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed spelling error "sourece" -> "source"
  • Loading branch information
isiahzzzz authored Sep 7, 2023
1 parent 2fac5ac commit 49236b1
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 @@ -73,7 +73,7 @@ ftpDeploy.deploy(config, function (err, res) {

## Configuration include and exclude

These are lists of [minimatch globs](https://github.com/isaacs/minimatch). ftp-deploy works by checking for each file in your sourece directory, whether it is included by one of the include patterns and whether it is NOT excluded by one of the exclude patterns. In other words:
These are lists of [minimatch globs](https://github.com/isaacs/minimatch). ftp-deploy works by checking for each file in your source directory, whether it is included by one of the include patterns and whether it is NOT excluded by one of the exclude patterns. In other words:

- `include`: all files that match will be uploaded. **Note** that a `[ ]` matches nothing
- `exclude`: if a file matches the include pattern a subset may nonetheless be excluded
Expand Down

0 comments on commit 49236b1

Please sign in to comment.