]> njoseph.me Git - hyde.git/commitdiff
Updated README
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Wed, 15 Jul 2015 10:19:53 +0000 (12:19 +0200)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Wed, 15 Jul 2015 10:19:53 +0000 (12:19 +0200)
README.md

index 3233a15329482b78a8bf300c5efd9dbf90a75290..0ddc6d56f0398565711441eb51b3704db8bba10e 100644 (file)
--- 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"
 ```