From 66101c04570f3c7fea5e5c385434bcb499943ca9 Mon Sep 17 00:00:00 2001 From: meenbeese Date: Sun, 24 Sep 2023 19:28:37 -0400 Subject: [PATCH] Update README.md Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad47ed3a..924ca7eb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Download zola (version 0.17.2) for your operating system and set up the necessar Run `zola serve` for a local preview or `zola build` to generate static site in the `public` folder. -Run `npm i && npm run format` when you want to pretty-format the Markdown and scss files. +Run `npm i && npm run format` when you want to pretty-format the Markdown and SCSS files. Upgrade npm dependencies with `npm run upgrade`, make sure that you have installed `npm-check-updates` package.