From 8d3d0d0cb892d21c658fc520bc6663dc2c2f281a Mon Sep 17 00:00:00 2001 From: mayl Date: Sat, 4 Feb 2023 18:40:56 -0500 Subject: [PATCH] Include wording suggestions Co-authored-by: Lassulus --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0571d5e..5c603a0 100644 --- a/README.md +++ b/README.md @@ -162,8 +162,7 @@ Custom formats can be defined by building a format module (see the [formats](./formats) directory for examples) and passing it to `nixosGenerate` via an the `customFormats` argument. `customFormats` should be in the form of an attribute sets of the form ` = ` and can define -multiple custom formats. `nixosGenerate` will then match against the given -`format` against these custom formats as well as the built in ones. +multiple custom formats. `nixosGenerate` will then match against these custom formats as well as the built in ones. ```nix {