From 999f0858754abbe3cfff014174d74a2804086408 Mon Sep 17 00:00:00 2001 From: cedounet <134267244+cedounet@users.noreply.github.com> Date: Sat, 15 Jul 2023 08:59:35 +0100 Subject: [PATCH] Update README.md (#152) typo on directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a8f4a..df3f105 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ To build the website make sure to have the ruby version installed specified in `website/.ruby-version`. ```console -cd website/ +cd book/ make website ```