From f7e16f680f2154f97c207ea2535a2aab533aecbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Kozie=C5=82?= Date: Tue, 26 Feb 2019 00:21:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21bcba8..40de0e8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ and go to `localhost:1313` in your browser. From now on all the changes you make ## How to edit the theme -If you have to override some of the styles, you can do this easily by adding `static/styles.css` in your root directory and point things you want to change. +If you have to override some of the styles, you can do this easily by adding `static/style.css` in your root directory and point things you want to change. Otherwise, if you really want to edit the theme, you need to install Node dependencies. To do so, go to the theme directory (from your Hugo root directory):