Skip to content

Commit

Permalink
Merge pull request #47 from pkieltyka/main
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
paulmillr committed Apr 2, 2023
2 parents 3fa27e7 + 1d3800d commit 4103b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ kdf.expire();
##### utils

```typescript
import { bytesToHex as toHex, randomBytes } from '@noble/hashes/scrypt';
import { bytesToHex as toHex, randomBytes } from '@noble/hashes/utils';
console.log(toHex(randomBytes(32)));
```

Expand Down

0 comments on commit 4103b37

Please sign in to comment.