Make taxonomy documentation match the example.
authorAustin Ziegler <austin@zieglers.ca>
Wed, 24 Sep 2014 01:34:13 +0000 (21:34 -0400)
committerspf13 <steve.francia@gmail.com>
Wed, 24 Sep 2014 18:56:53 +0000 (14:56 -0400)
docs/content/taxonomies/usage.md

index 4db37364df912375137c37a64fe4269374903610..cd462ecc47f671c5f66fd6338dd30f80ac2fbd2b 100644 (file)
@@ -16,7 +16,8 @@ Taxonomies must be defined in the site configuration, before they can be
 used throughout the site. You need to provide both the plural and
 singular labels for each taxonomy.
 
-Here is an example configuration in YAML that specifies two taxonomies.
+Here is an example configuration in YAML that specifies three taxonomies
+(the default two, plus `series`).
 
 Notice the format is **singular key** : *plural value*. 
 ### config.yaml