From bf0cf05a828dcc68a0e443b220f1f4f3057c7810 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:12:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dadddad..7f820ab 100644 --- a/README.md +++ b/README.md @@ -107,19 +107,19 @@ usage: ticket.py [-h] [--type {SUBSCRIBER,LIFETIME,FREE,NO_LOGIN}] #### Example Ticket Generation -1. **Log in and Generate a Ticket**: +- **Log in and Generate a Ticket**: ```bash python ticket.py login myemail@example.com mypassword --client WINDOWS ``` -2. **Use an Existing Token**: +- **Use an Existing Token**: ```bash python ticket.py token "your-32-char-token" ``` -3. **Extract Information from a Ticket**: +- **Extract Information from a Ticket**: ```bash python ticket.py info "serialized-ticket-string"