Skip to content

Commit

Permalink
docs: addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed May 10, 2024
1 parent 0f41235 commit 1f7a1a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Taquito is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo), an
| [@taquito/tzip16](packages/taquito-tzip16) | TZIP-16 allows retrieving contract metadata and executing off-chain views |
| [@taquito/beacon-wallet](packages/taquito-beacon-wallet) | TZIP-10 implementation of a Wallet API |
| [@taquito/http-utils](packages/taquito-http-utils) | Provides functionality configure http request options |
| [@taquito/core](packages/taquito-core) | Defined core classes, types and interfaces |
| [@taquito/core](packages/taquito-core) | Provides parent and core types, classes, and interfaces for other Taquito packages or external uses |
| [@taquito/sapling](packages/taquito-sapling) | Provides functionality to prepare and read sapling transaction |
| [@taquito/contracts-library](packages/taquito-contracts-library) | Provides functionality to extend TezosToolkit with contract support |
| [@taquito/ledger-signer](packages/taquito-ledger-signer) | Provides functionality to for ledger signer provider |
| [@taquito/timelock](packages/taquito-timelock) | Provides functionality to create and open timelock |
| [@taquito/contracts-library](packages/taquito-contracts-library) | Provides functionality specify static data related to contracts |
| [@taquito/ledger-signer](packages/taquito-ledger-signer) | Provides functionality for ledger signer provider |
| [@taquito/timelock](packages/taquito-timelock) | Provides functionality to create and open timelocks |

## API Documentation

Expand Down

0 comments on commit 1f7a1a6

Please sign in to comment.