From 57750c9ec6433e293cd8377171dd0d1a0668fa8a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 31 May 2021 22:40:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 088ca5e..f25f138 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ All but the final step need to be done only once. Then, before using it for real, - Rename all occurrences of `haskell-template` to `myproject`, as well as rename the cabal file to `myproject.cabal`. -- Run `git add . && git ci -m rename` followed by `nix develop` (or `bin/run`) to verify that everything continues to work. +- Run `git add . && git commit -m rename` followed by `nix develop` (or `bin/run`) to verify that everything continues to work.