diff --git a/README.md b/README.md index 2f848f8..e9ed1c3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ```shell # Go 1.17 -nix flake init --template github:the-nix-way/dev-templates go_1_17 +nix flake init --template github:the-nix-way/dev-templates#go_1_17 # Go 1.18 -nix flake init --template github:the-nix-way/dev-templates go_1_18 +nix flake init --template github:the-nix-way/dev-templates#go_1_18 ```