diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d82cfd4..e9c82f31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ npm i Then, we can start the integrated hugo server with: ```zsh -hugo server --ignoreCache +hugo server ``` Check the output and follow the link to see a local preview of the changes.