From e28f0d55bc5d0c5013fff0d4fe253f91757185ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 29 May 2021 06:40:02 +0200 Subject: [PATCH] README: fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"