diff --git a/README.md b/README.md index 5028c74a..bd9b7ca2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ In order to use `treefmt` in the project, `treefmt.toml` should exists in the ro ``` [formatter.nix] command = "nixpkgs-fmt" -include = ["*.nix"] +includes = ["*.nix"] [formatter.rust] command = "rustfmt"