Skip to content

Commit

Permalink
Merge pull request #4 from ChainSafe/cayman/fix-readme
Browse files Browse the repository at this point in the history
Additional @ChainSafe namespace references
  • Loading branch information
wemeetagain authored Dec 2, 2019
2 parents 03f5f6c + 7ace1ca commit f772e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BLS HD Key Utilities

![npm (tag)](https://img.shields.io/npm/v/bls-hd-key/latest)
![npm (tag)](https://img.shields.io/npm/v/@chainsafe/bls-hd-key/latest)
[![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr)
![GitHub](https://img.shields.io/github/license/chainsafe/bls-hd-key)

Expand All @@ -18,7 +18,7 @@ For a higher-level interface, see [@chainsafe/bls-keygen](https://github.com/cha
### Example
```typescript

import {deriveMasterSK, deriveChildSK, deriveChildSKMultiple, pathToIndices} from "bls-hd-key";
import {deriveMasterSK, deriveChildSK, deriveChildSKMultiple, pathToIndices} from "@chainsafe/bls-hd-key";

// Create master private key (according to EIP-2333)

Expand Down

0 comments on commit f772e66

Please sign in to comment.