diff options
author | digitalcraftsman | 2015-07-15 12:19:53 +0200 |
---|---|---|
committer | digitalcraftsman | 2015-07-15 12:19:53 +0200 |
commit | a874cebd9844764360be9ab93568cc6e334b0e4e (patch) | |
tree | c55595892d881f1675e5311c470fa7f94fb6bb0b | |
parent | cd672f87b773e7d7f0bd278fe2faa68a1e2ffc1f (diff) | |
download | hyde-a874cebd9844764360be9ab93568cc6e334b0e4e.tar.lz hyde-a874cebd9844764360be9ab93568cc6e334b0e4e.tar.zst hyde-a874cebd9844764360be9ab93568cc6e334b0e4e.zip |
Updated README
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 3233a15..0ddc6d5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ There are eight themes available at this time. ![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png) -To use a theme, add the `themeColor` variable under `params``, like so: +To use a theme, add the `themeColor` variable under `params`, like so: **TOML** ```toml @@ -71,8 +71,9 @@ theme = "hyde" ``` **YAML** -``` +```yaml theme: "hyde" + params: themeColor: "theme-base-09" ``` |