diff --git a/readme.html b/readme.txt
similarity index 80%
rename from readme.html
rename to readme.txt
index a907636..d783564 100644
--- a/readme.html
+++ b/readme.txt
@@ -1,5 +1,6 @@
-
PyPack
-an easy way to share python scripts with requirement
+PyPack
+an easy way to share python scripts with requirement
+
PyPack is a simple shell script I wrote because I wanted a one command way to run any python script.
It works by installing the desired python version (if needed), making a venv, and installing all of the dependencys.