Update README.md

Fixes suggested formatting for adding the theme to one's config file.
This commit is contained in:
Patrick Flakus 2023-05-06 14:03:35 +02:00 committed by GitHub
parent ce5d2e285d
commit f3939e5918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ git submodule update --remote
## Configure ## 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. 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.