From 87493a2de4de5d29ce5d7e1da5706225375f7e00 Mon Sep 17 00:00:00 2001
From: Sherief Farouk <sherief@Sheriefs-MacBook.local>
Date: Sun, 19 May 2019 12:55:04 -0700
Subject: [PATCH] Typo fix.

The typo was in a documented path, making it not-so-harmless.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4f1f374..c89cc0e 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ git submodule add https://github.com/arjunkrishnababu96/basics.git themes/basics
 ### Writing Posts
 Posts that should show up in the home page must be inside `contents/post`. Or you can change this behavior by tweaking `themes/basics/layouts/_default/list.html`.
 
-You should also add an about page at `contents/about.md`.
+You should also add an about page at `content/about.md`.
 
 Your directory should look something like this:
 ```