aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-02-20 22:08:30 -0800
committerSteven Arcangeli <stevearc@stevearc.com>2024-02-20 22:08:58 -0800
commitb8624e46d83c8b59e5d4a773bdcae6ffc3b9639a (patch)
treeff8b349362f663578de3733475692b3101b7003c /README.md
parent4c01323a67f1636d73803aad4e8e735bad7a9561 (diff)
doc: remove spurious help tag (#294)
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 722547c..f0418d0 100644
--- a/README.md
+++ b/README.md
@@ -441,7 +441,7 @@ require("conform").setup({
formatters = {
my_formatter = {
-- This can be a string or a function that returns a string.
- -- When defining a new formatter, this is the only field that is *required*
+ -- When defining a new formatter, this is the only field that is required
command = "my_cmd",
-- A list of strings, or a function that returns a list of strings
-- Return a single string instead of a list to run the command in a shell