update README

This commit is contained in:
Vitaly Gashkov
2025-08-24 10:43:44 +05:00
parent dbdbe38471
commit 9e4306408a
+4 -6
View File
@@ -7,12 +7,6 @@ Utility for extracting credentials from the Crunchyroll Android app
- [Node.js](https://nodejs.org/en)
- [jadx](https://github.com/skylot/jadx)
## Installation
```bash
npm i crextractor
```
## Usage
### Fetching already extracted credentials
@@ -47,6 +41,10 @@ npx crextractor --target mobile --output ./credentials.mobile.json
### Library
```bash
npm i crextractor
```
```js
import { extract } from 'crextractor';