From 50a758b75e7becf566b29a0a1f91d5f0320fe938 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 27 Jul 2023 11:32:40 +1000 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9320f10b..9a7523c8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Build site locally bundle exec jekyll build ``` -Run debug server that automatically updates. This does not recompile the tailwindcss stylesheet. If you change something in the css file, you neet to build the site fully with the command above. +Run debug server that automatically updates. This does not recompile the tailwindcss stylesheet. If you change something in the css file, you need to build the site fully with the command above. ```bash bundle exec jekyll serve --incremental