Skip to content

Commit 0cb4af5

Browse files
authored
chore(README): fix link to transaction package documentation
1 parent 2b1f60e commit 0cb4af5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ client.SendTransaction(tx)
149149

150150
## Packages
151151

152-
| Package | Description | Documentation |
153-
| ------------- | -------------------------------------------------- | ------------------------------------------------------------------- |
154-
| `transaction` | TempoTransaction encoding, signing, and validation | [README](pkg/transaction/README.md) |
155-
| `client` | RPC client for interacting with Tempo nodes | [GoDoc](https://pkg.go.dev/github.com/tempoxyz/tempo-go/pkg/client) |
156-
| `signer` | Key management and signature generation | [GoDoc](https://pkg.go.dev/github.com/tempoxyz/tempo-go/pkg/signer) |
152+
| Package | Description | Documentation |
153+
|---------------|----------------------------------------------------|--------------------------------------------------------------------------|
154+
| `transaction` | TempoTransaction encoding, signing, and validation | [GoDoc](https://pkg.go.dev/github.com/tempoxyz/tempo-go/pkg/transaction) |
155+
| `client` | RPC client for interacting with Tempo nodes | [GoDoc](https://pkg.go.dev/github.com/tempoxyz/tempo-go/pkg/client) |
156+
| `signer` | Key management and signature generation | [GoDoc](https://pkg.go.dev/github.com/tempoxyz/tempo-go/pkg/signer) |
157157

158158
## Testing
159159

0 commit comments

Comments
 (0)