Skip to content

Commit

Permalink
Updating Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deepesh611 committed Mar 31, 2024
1 parent 60d5bda commit 31a99f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🦅 *Eagle-Encryptor 2.1*
# 🦅 *Eagle-Encryptor 3.0*

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white)
Expand Down Expand Up @@ -75,7 +75,7 @@ Set-ExecutionPolicy RemoteSigned
- Here is a list of accepted file formats:
| ***Domain*** | ***Extensions*** |
| ------------------- | ---------------------------------- |
| Text | `.txt`,`.py`, `.pdf`,`.word`,`.xlsx`, `.html`, `.css`, `.c`, `.cpp`, `.php`|
| Text | `.txt`,`.py`, `.pdf`,`.word`,`.xlsx`, `.html`, `.css`, `.c`, `.cpp`, `.php`, etc.|
| Images | `.png`, `.ico`, `.jpg`, `.jpeg`, `.img` |
<br>
- Type `help` to view the list of all the Commands:
Expand Down
2 changes: 1 addition & 1 deletion setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python setup.py
pyarmor gen ./setup.py ./main.py ./lib.py

# Delete the original files
Remove-Item ./setup.py, ./main.py, ./lib.py
# Remove-Item ./setup.py, ./main.py, ./lib.py

# Change directory back to the previous location
Set-Location ..

0 comments on commit 31a99f6

Please sign in to comment.