aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-29 04:43:48 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-29 04:43:48 +0200
commit82035fc222e8f7cb63c9573d5e9c7b5fea9d1943 (patch)
tree69426eb65f6568058fb441b98b88ef2bbe9fb06a
parent8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd (diff)
downloadblogc-82035fc222e8f7cb63c9573d5e9c7b5fea9d1943.tar.gz
blogc-82035fc222e8f7cb63c9573d5e9c7b5fea9d1943.tar.bz2
blogc-82035fc222e8f7cb63c9573d5e9c7b5fea9d1943.zip
updated readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd27cae..d5b968e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ To create your first blog, please clone our example repository and adapt it to y
$ git init
$ git commit -am 'initial commit'
-At this point you'll have an empty blog, that can be customized to suit your needs. You'll want to look at the 'post/' directory and edit your first post. Each new post, template or asset must be added to the Makefile. Please read it carefully.
+At this point you'll have an empty blog, that can be customized to suit your needs. You'll want to look at the `content/post/` directory and edit your first post. Each new post, template or asset must be added to the `Makefile`. Please read it carefully.
If some unexpected error happened, please [file an issue](https://github.com/blogc/blogc/issues/new).