update README links (#754)

This commit is contained in:
Will Minshew 2022-01-01 00:18:49 -08:00 committed by GitHub
parent 2611b61153
commit a99949ccc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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};