@sanketsaagar/polygon-kit 0.1.2 → 0.1.4

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 +6 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,28 +16,28 @@ PolygonKit is a comprehensive React library inspired by OnchainKit, specifically
16
16
 
17
17
  ## Installation
18
18
 
19
- ### Install from GitHub
19
+ ### Install from NPM (Recommended)
20
20
 
21
21
  ```bash
22
- npm install github:sanketsaagar/polygonKit wagmi viem @tanstack/react-query
22
+ npm install @sanketsaagar/polygon-kit wagmi viem @tanstack/react-query
23
23
  ```
24
24
 
25
25
  or
26
26
 
27
27
  ```bash
28
- yarn add github:sanketsaagar/polygonKit wagmi viem @tanstack/react-query
28
+ yarn add @sanketsaagar/polygon-kit wagmi viem @tanstack/react-query
29
29
  ```
30
30
 
31
31
  or
32
32
 
33
33
  ```bash
34
- pnpm add github:sanketsaagar/polygonKit wagmi viem @tanstack/react-query
34
+ pnpm add @sanketsaagar/polygon-kit wagmi viem @tanstack/react-query
35
35
  ```
36
36
 
37
- ### Install from NPM (Coming Soon)
37
+ ### Install from GitHub
38
38
 
39
39
  ```bash
40
- npm install @sanketsaagar/polygon-kit wagmi viem @tanstack/react-query
40
+ npm install github:sanketsaagar/polygonKit wagmi viem @tanstack/react-query
41
41
  ```
42
42
 
43
43
  ## Quick Start
@@ -511,12 +511,6 @@ Contributions are welcome! Please read our contributing guidelines and submit pu
511
511
 
512
512
  MIT
513
513
 
514
- ## Support
515
-
516
- - [Documentation](https://polygon-kit.docs.polygon.technology)
517
- - [GitHub Issues](https://github.com/polygon/polygon-kit/issues)
518
- - [Discord Community](https://discord.gg/polygon)
519
-
520
514
  ---
521
515
 
522
516
  Built with ❤️ for the Polygon ecosystem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanketsaagar/polygon-kit",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "React components and TypeScript utilities for building onchain apps on Polygon",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",