mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
update README
This commit is contained in:
@@ -20,7 +20,7 @@ npm i crextractor
|
|||||||
```js
|
```js
|
||||||
import { extractSecrets } from 'crextractor';
|
import { extractSecrets } from 'crextractor';
|
||||||
|
|
||||||
const { id, secret, encoded, header } = await extractSecrets();
|
const { id, secret, encoded, authorization } = await extractSecrets();
|
||||||
|
|
||||||
// Do something with the extracted secrets
|
// Do something with the extracted secrets
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user