From 61bb57f32e4a3ae6dc06878b1732e001222da0b4 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 13 Feb 2023 22:23:42 +0100 Subject: [PATCH] #496, update content folder name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b6719..899aa7a 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/hugo-book/exampleSite/content . +cp -R themes/hugo-book/exampleSite/content.en . ``` ```sh