From 09f68a9130207aeb4ff799562489bfdc5efa8f89 Mon Sep 17 00:00:00 2001 From: Pancongwen Date: Thu, 6 Sep 2018 10:52:51 +0800 Subject: [PATCH] Update README.md fix typo of title `overview` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d08e0f..19b112b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Overview +# Overview This is demo python projet. It aims to demonstrate an elegant python project structure. @@ -8,4 +8,4 @@ Also, this demo is used to show how to elegantly import packages within a projec # Structure * data: where you store your project data * doc: where you store your project document -* package: a demo python package \ No newline at end of file +* package: a demo python package