diff --git a/README.md b/README.md
index f2ea065..cfde2f2 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This is a tool to automatically register , support Windows and macOS systems, co
這是一個自動化工具,自動註冊(除了Google驗證碼),支持 Windows 和 macOS 系統,完成Auth驗證,重置Cursor的配置。
- 
+ 
##### If you dont have google chrome , you can download it from [here](https://www.google.com/intl/en_pk/chrome/)
diff --git a/images/pronew_2025-02-13_15-01-32.png b/images/pronew_2025-02-13_15-01-32.png
new file mode 100644
index 0000000..505bf8a
Binary files /dev/null and b/images/pronew_2025-02-13_15-01-32.png differ
diff --git a/logo.py b/logo.py
index c024409..648d7f2 100644
--- a/logo.py
+++ b/logo.py
@@ -28,7 +28,7 @@ CURSOR_LOGO = f"""
{Fore.GREEN}
Author: Pin Studios | yeongpin
{Fore.RED}
- Press 4 to change language | 按下 4 键切换语言
+ Press 5 to change language | 按下 5 键切换语言
{Style.RESET_ALL}
"""
diff --git a/main.py b/main.py
index 76d4049..0d1f299 100644
--- a/main.py
+++ b/main.py
@@ -103,7 +103,7 @@ def main():
while True:
try:
- choice = input(f"\n{EMOJI['ARROW']} {Fore.CYAN}{translator.get('menu.input_choice', choices='0-4')}: {Style.RESET_ALL}")
+ choice = input(f"\n{EMOJI['ARROW']} {Fore.CYAN}{translator.get('menu.input_choice', choices='0-5')}: {Style.RESET_ALL}")
if choice == "0":
print(f"\n{Fore.YELLOW}{EMOJI['INFO']} {translator.get('menu.exit')}...{Style.RESET_ALL}")