From dee90564bc4bb57f4bb7dbb227607e1d9274dcc6 Mon Sep 17 00:00:00 2001 From: Tran Vo Son Tung Date: Thu, 21 Sep 2023 15:28:21 +0700 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- },