From f3939e591834dd71f6a6b662568efea3d6e884d8 Mon Sep 17 00:00:00 2001 From: Patrick Flakus <63281512+pflakus@users.noreply.github.com> Date: Sat, 6 May 2023 14:03:35 +0200 Subject: [PATCH] Update README.md Fixes suggested formatting for adding the theme to one's config file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916601a..c86c0ee 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ git submodule update --remote ## Configure -To use the theme, add `theme = risotto` to your site's `config.toml` or `config.yaml`. +To use the theme, add `theme = 'risotto'` to your site's `config.toml`, or `theme: risotto` to your `config.yaml` respectively. See `exampleSite/config.toml` for the theme-specific parameters you need to add to your site's `config.toml` or `config.yaml` to configure the theme.