diff --git a/README.md b/README.md index 3a3feb1..806847c 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ require("url_open").setup({ -- [pattern] = { -- prefix = "", -- suffix = "" - -- file_patterns = { "package%.json" }, -- the pattern to match with full path of file - -- excluded_file_patterns = {}, -- the pattern to exclude file full path + -- file_patterns = { "package%.json" }, -- support for only specific file match with pattern + -- excluded_file_patterns = {}, -- exclude file match with pattern -- extra_condition = function() return true end, -- need to return boolean -- },