From 5282f2689737e1bdc89860fbb875b9cb5ea13a86 Mon Sep 17 00:00:00 2001 From: Mayank Khanna Date: Thu, 4 Oct 2018 00:58:53 +0530 Subject: [PATCH] Typo fix in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4ad41623..a487c9c64 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ How you can contribute? See this small guide. * Use the directory structure of the repository. * Please describe your pull requests. -* Don't use **bits/stdc++.h** because this is quite Linux specific and slow down the compiler process. -* Put in comments in your code. -* Avoid **struct** uses instead the **class** keyword. -* Add some test cases in the main-function. \ No newline at end of file +* Don't use **bits/stdc++.h** because this is quite Linux specific and slows down the compiler process. +* Put comments in your code. +* Avoid **struct**. Instead use the **class** keyword. +* Add some test cases in the main-function.