From b4edf73b2b669e5f05ddc63af7f6896df1b25f47 Mon Sep 17 00:00:00 2001 From: Nighthawk Date: Tue, 21 Jan 2025 23:40:54 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cd30e2..a3131f9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ A Python-based tool for managing Battle.net authenticators. This tool allows you - Attach a new Battle.net authenticator to your account. - Retrieve existing device secrets using serial and restore codes. - Generate TOTP URLs and QR codes for use with TOTP-compatible authenticator apps. -- Support for both US/EU accounts. - TW/CN accounts are still unknown. +- Regenerate TOTP URLs and QR codes if needed. +- Support for both US/EU accounts. - TW/CN accounts are still unknown. + ## Requirements @@ -27,8 +29,8 @@ Manual Method? 1. Clone the repository: ```bash - git clone https://github.com/Nighthawk42/bnet-authenticator-tool.git - cd bnet-authenticator-tool + git clone https://github.com/Nighthawk42/bnet_auth_tool.git + cd bnet_auth_tool 2. Run the script: ```bash