From b02e81458d2733b1029431f831a8463de57dc2d3 Mon Sep 17 00:00:00 2001 From: Jijin P Date: Thu, 4 Aug 2022 14:45:21 +0530 Subject: [PATCH] Fix: Link to documentation and intergration --- packages/use-solana/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/use-solana/README.md b/packages/use-solana/README.md index d72895768..e15879b8b 100644 --- a/packages/use-solana/README.md +++ b/packages/use-solana/README.md @@ -3,12 +3,12 @@ Solana frontend library and TypeScript SDK. This SDK features: - React hooks and providers for adding a Solana connection to your app -- Integrations with several popular wallets (full list [here](https://github.com/saber-hq/use-solana/blob/master/packages/use-solana/src/providers.tsx)) +- Integrations with several popular wallets (full list [here](https://github.com/saber-hq/use-solana/blob/master/packages/use-solana/src/providers.ts)) - Helpers for fetching token account balances and performing mathematical operations on tokens ## Documentation -Detailed information on how to build on Saber can be found on the [Saber developer documentation website](https://docs.saber.so/docs/developing/overview). +Detailed information on how to build on Saber can be found on the [Saber developer documentation website](https://docs.saber.so/developing/overview). Automatically generated TypeScript documentation can be found [on GitHub pages](https://saber-hq.github.io/saber-common/).