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.