Skip to content

Commit

Permalink
Fix typo in FCL WalletConnect docs (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Dec 12, 2024
1 parent e28d351 commit 99e02b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/clients/fcl-js/wallet-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These instructions explain how dApps can also add support for FCL compatible wal
Install the `fcl` and `fcl-wc` packages:

```bash
npm install @onflow/fcl@ @onflow/fcl-wc
npm install @onflow/fcl @onflow/fcl-wc
```

### 2. Obtain a WalletConnect projectID
Expand Down

0 comments on commit 99e02b2

Please sign in to comment.