From f29204c62acfba3277d4b923558c819d0d8c72f4 Mon Sep 17 00:00:00 2001 From: Victoria Drake Date: Fri, 14 Feb 2020 11:56:25 -0500 Subject: [PATCH] Fix typo and cd line --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 649ddfb..b3c335c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Developer-friendly: ## Getting started -- Requres extended version of [Hugo](https://gohugo.io/getting-started/installing/) (latest version recommended) +- Requires extended version of [Hugo](https://gohugo.io/getting-started/installing/) (latest version recommended) To make changes to the theme CSS, extended Hugo's [PostCSS](https://gohugo.io/hugo-pipes/postcss/) requires JavaScript packages to compile the styles. You can install them using `npm`: @@ -60,7 +60,7 @@ git submodule add https://github.com/victoriadrake/hugo-theme-introduction.git t Introduction ships with an fully configured example site. For a quick preview: ```sh -cd exampleSite/ +cd themes/introduction/exampleSite/ hugo serve --themesDir ../.. ```