Typo fix (#26)

This commit is contained in:
teh 2017-08-05 18:06:53 +01:00 committed by Connor Clark
parent a2d99ca178
commit d64c58efcf

View File

@ -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
```