1
0
Fork 0
mirror of https://github.com/unclechu/gRPC-haskell.git synced 2025-05-13 15:56:46 +02:00

Typo fix ()

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