Skip to content

Commit a5558a1

Browse files
committed
fix(docs): update installation command for gasless FXRP payments guide
1 parent b2608ef commit a5558a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fxrp/token-interactions/04-gasless-fxrp-payments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ To follow this guide, create a new [Hardhat](https://hardhat.org/) project or us
5353
You will need to install the following dependencies:
5454

5555
```bash
56-
npm install ethers viem express cors dotenv
57-
npm install @openzeppelin/contracts @flarenetwork/flare-periphery-contracts
56+
npm install ethers viem express cors dotenv @openzeppelin/contracts \
57+
@flarenetwork/flare-periphery-contracts
5858
```
5959

6060
Add the following files to your project:

0 commit comments

Comments
 (0)