Update docs
This commit is contained in:
@@ -29,8 +29,7 @@ The NIP-01 implementation extends the base interface with two static utility met
|
||||
### Usage Example
|
||||
|
||||
```typescript
|
||||
import { ISigner } from './interfaces'
|
||||
import { Nip01Signer } from './signers/nip01'
|
||||
import { ISigner, Nip01Signer } from '@welshman/signer'
|
||||
|
||||
// Using the standard interface
|
||||
const signer: ISigner = new Nip01Signer(mySecret)
|
||||
|
||||
Reference in New Issue
Block a user