From 1114bddcd3ff31461daba69d063c0484ab0d5314 Mon Sep 17 00:00:00 2001
From: Luiz de Prá <rawarkanis@gmail.com>
Date: Sun, 09 Sep 2018 22:56:56 +0000
Subject: [PATCH] Fix demo for theme site

---
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 08e0078..9a2556d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 ![](https://github.com/luizdepra/hugo-coder/blob/master/images/screenshot.png)
 
-**Coder uses Asset Pipeline now!**
+**HugoCoder uses Asset Pipeline now!**
 
 To use this theme you need Hugo Extended Version, v0.43 or later. But, if you still want to use the old version, you can clone the [v1.0](https://github.com/luizdepra/hugo-coder/releases/tag/v1.0) release.
 
@@ -27,7 +27,7 @@
 ```toml
 baseurl = "http://www.example.com" # Hostname (and path) to the root.
 title = "johndoe" # Site title.
-theme = "coder" # Set the theme.
+theme = "hugo-coder" # Set the theme.
 languagecode = "en" # The site’s language code used to generate RSS.
 defaultcontentlanguage = "en" # The default content language.
 

--
Gitblit v1.10.0