Skip to content

Commit acd3191

Browse files
authored
Update quickstart.md
1 parent b29da4f commit acd3191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/reference/opbnb/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
8989
Replace `<YOUR-API-KEY>` with your actual Infura API key.
9090

9191
```javascript title="index.js"
92-
const axios = require("axios);
92+
const axios = require("axios");
9393
9494
axios.post("https://opbnb-mainnet.infura.io/v3/<YOUR-API-KEY>", {
9595
jsonrpc: "2.0",
@@ -186,4 +186,4 @@ Now that you have successfully made a call to the opBNB network, you can explore
186186
- **Monitor your usage**: Monitor your usage on the [MetaMask Developer dashboard](../../../../developer-tools/dashboard/how-to/dashboard-stats/) to ensure you're not hitting your rate limits.
187187
188188
Remember, the Infura community is here to help. If you have any questions or run into any issues, check out the
189-
[Infura community](https://community.infura.io/) for help and answers to common questions.
189+
[Infura community](https://community.infura.io/) for help and answers to common questions.

0 commit comments

Comments
 (0)