update README

This commit is contained in:
Vitaly Gashkov
2025-08-24 10:42:03 +05:00
parent 8abe8eb654
commit dbdbe38471
+2 -2
View File
@@ -37,7 +37,7 @@ async function main() {
} }
``` ```
#### Command-line interface ### Command-line interface
```bash ```bash
npx crextractor --target mobile --output ./credentials.mobile.json 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. > 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 ```js
import { extract } from 'crextractor'; import { extract } from 'crextractor';