From dbdbe38471d58fcb6f3d5358ee62f52cf03f5464 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Sun, 24 Aug 2025 10:42:03 +0500 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f52df6..3d6664f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ async function main() { } ``` -#### Command-line interface +### Command-line interface ```bash npx crextractor --target mobile --output ./credentials.mobile.json @@ -45,7 +45,7 @@ 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 +### Library ```js import { extract } from 'crextractor';