Update docs

This commit is contained in:
Jon Staab
2026-06-10 14:12:47 -07:00
parent a33af11b1b
commit dbd043f105
35 changed files with 164 additions and 179 deletions
+1 -2
View File
@@ -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)