@kayibal/fynd-client 0.43.0 → 0.43.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,4 +2,15 @@
2
2
 
3
3
  TypeScript client for the [Fynd](https://fynd.xyz) DEX router.
4
4
 
5
- For documentation, guides, and API reference, visit **https://docs.fynd.xyz/**
5
+ For documentation, guides, and API reference visit **<https://docs.fynd.xyz/>**.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ npm install @kayibal/fynd-client
11
+ ```
12
+
13
+ ## Quick start
14
+
15
+ See the [quickstart guide](https://docs.fynd.xyz/get-started/quickstart) and the
16
+ [full example](examples/tutorial/main.ts).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kayibal/fynd-client",
3
- "version": "0.43.0",
3
+ "version": "0.43.2",
4
4
  "description": "TypeScript client for the Fynd DEX router",
5
5
  "repository": {
6
6
  "type": "git",