diff --git a/README.md b/README.md index 3d6664f..05bc1c0 100644 --- a/README.md +++ b/README.md @@ -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';