Skip to content

Commit

Permalink
update README links (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
wminshew committed Jan 1, 2022
1 parent 2611b61 commit a99949c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ethers-signers/README.md
Expand Up @@ -7,10 +7,11 @@ signing middleware.

Supported signers:

- [Private key](./type.LocalWallet.html)
- [Ledger](./struct.Ledger.html)
- [YubiHSM2](./struct.Yubi.html)
- [AWS KMS](./struct.AwsSigner.html)
- [Private key](./src/wallet)
- [Ledger](./src/ledger)
- [Trezor](./src/trezor)
- [YubiHSM2](./src/wallet/yubi.rs)
- [AWS KMS](./src/aws)

```no_run
# use ethers_signers::{LocalWallet, Signer};
Expand Down

0 comments on commit a99949c

Please sign in to comment.