From 2f60f0919f80a8ad745ef47953f638392af6d37f Mon Sep 17 00:00:00 2001 From: Samuel Redai <43911210+samredai@users.noreply.github.com> Date: Wed, 1 Dec 2021 04:43:39 -0500 Subject: Updating book to hugo-book in README (#394) Looks like the path `/book/` in the readme should be `/hugo-book/`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a544ee8..3edbc5c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Below is an example on how to create a new site from scratch: hugo new site mydocs; cd mydocs git init git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book -cp -R themes/book/exampleSite/content . +cp -R themes/hugo-book/exampleSite/content . ``` ```sh -- cgit v1.2.3