From 8abe8eb654d866fa0b1c87be3af1ff5a2baaa881 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Sun, 24 Aug 2025 10:40:33 +0500 Subject: [PATCH] update README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1cf10d2..6f52df6 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ async function main() { } ``` +#### Command-line interface + +```bash +npx crextractor --target mobile --output ./credentials.mobile.json +``` + +> Results will be printed to the console and saved to `credentials.mobile.json` file. By default, the target is TV, but you can change it with `--target mobile` option. + #### Library ```js @@ -51,14 +59,6 @@ const { id, secret, encoded, authorization } = await extract(); // Do something with the extracted credentials ``` -#### Command-line interface - -```bash -npx crextractor --target mobile --output ./credentials.mobile.json -``` - -> Results will be printed to the console and saved to `credentials.mobile.json` file. By default, the target is TV, but you can change it with `--target mobile` option. - ## License MIT