We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f739c commit c77bcf2Copy full SHA for c77bcf2
src/content/ccip/ccip-javascript-sdk.mdx
@@ -55,6 +55,7 @@ Failure to escape or sanitize error messages could expose your application to **
55
<Fragment slot="panel.1">
56
```sh
57
pnpm install
58
+ pnpm build
59
pnpm dev-example
60
```
61
</Fragment>
@@ -72,9 +73,10 @@ The example Next.js app included with the CCIP JavaScript SDK demonstrates the S
72
73
74
To get started:
75
-1. Launch the app by using the following command:
76
+1. Launch the app by using the following commands:
77
78
79
80
81
82
0 commit comments