From 86b7760a9636165147dd3f0e8a27e1999f54a67d Mon Sep 17 00:00:00 2001 From: Ming Tsai <37890026+ming-tsai@users.noreply.github.com> Date: Fri, 15 Jan 2021 09:54:49 -0400 Subject: [PATCH] docs: add missing new separate line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12b88abc..9041ce18 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Data structure and Algorithm (DSA) ## Contribution Guidelines ### 1. Folders or files naming The folder or file should have the below conditions: +- A new file should add to the **index(README.md)**. - The name should be in lower case. - The word should be separate with a **dash(-)**. - It can only contain **dash(-)** it cannot have other specific characters. -- A new file should add to the **index(README.md)**. + For example: ``` DSA