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 ]"