Browse Source

Updated README

digitalcraftsman 9 years ago
parent
commit
a874cebd98
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      README.md

+ 3
- 2
README.md View File

60
 
60
 
61
 ![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)
61
 ![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)
62
 
62
 
63
-To use a theme, add the `themeColor` variable under `params``, like so:
63
+To use a theme, add the `themeColor` variable under `params`, like so:
64
 
64
 
65
 **TOML**
65
 **TOML**
66
 ```toml
66
 ```toml
71
 ```
71
 ```
72
 
72
 
73
 **YAML**
73
 **YAML**
74
-```
74
+```yaml
75
 theme: "hyde"
75
 theme: "hyde"
76
+
76
 params:
77
 params:
77
   themeColor: "theme-base-09"
78
   themeColor: "theme-base-09"
78
 ```
79
 ```