Skip to content

Commit fe0c52e

Browse files
feat: release
2 parents 600f9ab + 62d4574 commit fe0c52e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+25504
-74567
lines changed

.github/workflows/test.yml

-21
This file was deleted.

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,30 @@
1010
npm install --save use-pluggy-connect
1111
```
1212

13+
or
14+
15+
```bash
16+
pnpm install --save use-pluggy-connect
17+
```
18+
19+
or
20+
21+
```bash
22+
yarn add use-pluggy-connect
23+
```
24+
25+
or
26+
27+
```bash
28+
bun install --save use-pluggy-connect
29+
```
30+
1331
## Usage
1432

1533
```tsx
1634
import React, { useCallback } from 'react'
1735

18-
import { usePluggyConnect } from 'use-pluggy-connect'
36+
import usePluggyConnect from 'use-pluggy-connect'
1937

2038
const App = () => {
2139
const handleEvent = useCallback((payload) => {

example/README.md

-2,026
This file was deleted.

0 commit comments

Comments
 (0)