From 0e985aac7d6acd0a932b95676c0debc62135e03f Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 12 May 2018 07:32:26 -0400 Subject: [PATCH] README.md: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f684bf..22a8ceda 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ $ /bin/ihaskell-notebook It might take a while the first time, but subsequent builds will be much faster. -IHaskell-display modules are not loaded by default and have to be specified as additional packages. +The IHaskell display modules are not loaded by default and have to be specified as additional packages: ```bash $ nix-build release.nix --arg packages "haskellPackages: [ haskellPackages.ihaskell-blaze haskellPackages.ihaskell-charts ]"