summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 81c39bf..ed7e94b 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ Get the ID of the YouTube video and add it to `youtubeId`. Make sure you delete
Put custom css styles in static/css/style.css and enable this css in the config:
```toml
-[[params.custom.css]]
+[params.custom.css]
enable = true
```