aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60be045..44e6c34 100644
--- a/README.md
+++ b/README.md
@@ -337,7 +337,7 @@ require("conform").formatters.shfmt = {
}
-- prepend_args can be a function, just like args
require("conform").formatters.shfmt = {
- prepend_args = function(ctx)
+ prepend_args = function(self, ctx)
return { "-i", "2" }
end,
}