aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-04 07:28:32 +0000
committerGithub Actions <actions@github>2023-09-04 07:28:32 +0000
commit74754d6f2aab7a4b27e7df4916bb903aba223b0c (patch)
tree884f27a2c005a30125fb12bc36ad2f2292bd3e8b /README.md
parent4c78aebd589fb7972350897fb65e38187db327ed (diff)
[docgen] Update docs
skip-checks: true
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 a5b5797..c353624 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
-- Conform will use the first available formatter in the list
- javascript = { "prettier_d", "prettier" },
+ javascript = { "prettierd", "prettier" },
-- Formatters can also be specified with additional options
python = {
formatters = { "isort", "black" },