summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 20dea6f..c6f0e99 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ TODO: output of the cli --help
You can use the NixOS module in one of the following ways:
-### Flakes
+### Flakes (Current recommendation)
If you use nix flakes support:
@@ -71,7 +71,7 @@ If you use nix flakes support:
}
```
-### [niv](https://github.com/nmattia/niv) (Current recommendation)
+### [niv](https://github.com/nmattia/niv)
First add it to niv:
```console