Updating book to hugo-book in README (#394)

Looks like the path `/book/` in the readme should be `/hugo-book/`.
This commit is contained in:
Samuel Redai 2021-12-01 04:43:39 -05:00 committed by GitHub
parent 2e693816ae
commit 2f60f0919f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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