Use console highlighting in README
1 files changed, 4 insertions(+), 4 deletions(-) M README.md
M README.md => README.md +4 -4
@@ 22,13 22,13 @@ I have written about how to use parts of Nix here: <https://github.com/justinwoo Behold: ``` > nix-env -f default.nix -iA purs ```console?comments=true $ nix-env -f default.nix -iA purs # or nix-env -if purs.nix > which purs $ which purs /home/justin/.nix-profile/bin/purs > purs --version $ purs --version 0.13.8 ```