From 9050b59bc3b9754de35ac119acd295325f512cc6 Mon Sep 17 00:00:00 2001 From: Brandon O'Casey Date: Thu, 11 Dec 2014 10:19:43 -0500 Subject: [PATCH] Updated the readme to reflect the new daux- theme prepend --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b75eb02..4218733 100755 --- a/README.md +++ b/README.md @@ -99,14 +99,14 @@ Change the title bar in the docs ###Themes: We have 4 built-in Bootstrap themes. To use one of the themes, just set the `theme` option to one of the following: -* blue -* green -* navy -* red +* daux-blue +* daux-green +* daux-navy +* daux-red ```json { - "theme": "blue" + "theme": "daux-blue" } ```