diff --git a/packages/react/README.md b/packages/react/README.md index 133652d..4c2aff2 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -79,6 +79,9 @@ You can pass custom fetch options when initializing the context: ``` +## Docs +For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/react-sdk/). + ## Contributing Contributions are welcome! Feel free to open issues or submit pull requests for new features or bug fixes. diff --git a/packages/sdk/README.md b/packages/sdk/README.md index cdcd48f..572fa0d 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -70,6 +70,9 @@ import { setBaseUrl } from '@chainsafe/sprinter-sdk'; setBaseUrl("https://api.sprinter.buildwithsygma.com"); ``` +## Docs +For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/sdk/). + ## API Documentation For more detailed documentation on how to use the SDK, please visit the [API documentation](https://docs.sprinter.buildwithsygma.com/docs/sdk/overview).