From d64c58efcf593f9fd9155fdfa882f54560b6a1f0 Mon Sep 17 00:00:00 2001 From: teh Date: Sat, 5 Aug 2017 18:06:53 +0100 Subject: [PATCH] Typo fix (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c67493b..ff0239f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ nix-shell release-nix -A grpc-haskell.env ``` ```bash -$ nix-shell release-nix -A grpc-haskell.env +$ nix-shell release.nix -A grpc-haskell.env [nix-shell]$ stack build --fast && stack test --fast ```