From cbea9f48af91b246bbc3562ec11c31eb9701f6f2 Mon Sep 17 00:00:00 2001 From: kkinugasa Date: Fri, 27 Sep 2024 07:24:24 +0900 Subject: [PATCH] run prettier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb030ff6..d784e35f 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ feature-flags. Afterwards, type `nix flake show` in the root directory of the project to see all the available versions of this book. Then type `nix build .#` to -build the edition you want (Scala, OCaml, Reason and their printed -versions). For example, to build the Scala edition you'll have to type +build the edition you want (Scala, OCaml, Reason and their printed versions). +For example, to build the Scala edition you'll have to type `nix build .#ctfp-scala`. For Haskell (the original version) that is just `nix build .#ctfp`.