Skip to content

Commit bc94336

Browse files
authored
fix: add docs urls to README (#104)
1 parent 310c506 commit bc94336

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/react/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ You can pass custom fetch options when initializing the context:
7979
</SprinterContext>
8080
```
8181

82+
## Docs
83+
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/react-sdk/).
84+
8285
## Contributing
8386

8487
Contributions are welcome! Feel free to open issues or submit pull requests for new features or bug fixes.

packages/sdk/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ import { setBaseUrl } from '@chainsafe/sprinter-sdk';
7070
setBaseUrl("https://api.sprinter.buildwithsygma.com");
7171
```
7272

73+
## Docs
74+
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/sdk/).
75+
7376
## API Documentation
7477

7578
For more detailed documentation on how to use the SDK, please visit the [API documentation](https://docs.sprinter.buildwithsygma.com/docs/sdk/overview).

0 commit comments

Comments
 (0)