diff --git a/.gitignore b/.gitignore
index 7bfcd7a0..3c1868de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
__pycache__/
-*.pyc
\ No newline at end of file
+*.pyc
+.vscode/
\ No newline at end of file
diff --git a/README.md b/README.md
index 2c56437f..df74cef1 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,14 @@
# TextUtils
-A tool for analyzing text data in Django backend
+- A tool for analyzing text data in Django backend
+- It is a simple django project or website in which we can Analyze text.
-It is a simple django project or website in which we can Analyze text.
+## What Can We do from Textutils ?
+1. Remove Punctuations
+1. UPPERCASE
+1. New Line Remove
+1. Extra Spaces Remover
+1. Numbers Remover
-