diff --git a/readme.md b/readme.md
index d34a36b..2b4c542 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-
Basic Program
+Basic Programs
@@ -15,8 +15,8 @@
## ⚠️Points to note before you start contributing
-- Check whether the program you are going to add already exists in the repo or not. Make sure you're not repeting any program.
-- Do add readme.md file for explaining the question , input and output for each program.
+- Check whether the program you are going to add already exists in the repo or not. Make sure you're not repeating any program.
+- Do add readme.md file for explaining the question, input and output for each program.
- Please go through [How to contribute](#contribute) and do accordingly to make a smooth contribution.
@@ -94,7 +94,7 @@
- Create a file *program.c*
- Write the code inside program.c file
- ### NOTE: Before writng code refer [*sample*](https://github.com/swaaz/basicprograms/blob/swaaz/C/sample.c) file and write the code in the same format as given
+ ### NOTE: Before writing code refer [*sample*](https://github.com/swaaz/basicprograms/blob/swaaz/C/sample.c) file and write the code in the same format as given
- Add file :
$ git add -A