From 0b6c4d7ac17d31ba2a5aac0338771fefd5c596bd Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 24 Apr 2017 01:18:21 +0200 Subject: [PATCH] Fix theme name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ebc389..05ff005 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Edit `app/config/config.yml`. * `api.base_uri`: The url of your instance. * `data.path`: the path where the files are saved. * `git.path`: The path of `git`. -* `theme.name`: the name of the theme (`default` or `light`) +* `theme.name`: the name of the theme (`dark` or `light`) Makefile --------