diff --git a/packages/glob/README.md b/packages/glob/README.md index 6433aa2c..9575beaa 100644 --- a/packages/glob/README.md +++ b/packages/glob/README.md @@ -6,6 +6,8 @@ You can use this package to search for files matching glob patterns. +Relative paths and absolute paths are both allowed. Relative paths are rooted against the current working directory. + ```js const glob = require('@actions/glob');