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 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" },