Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ccip-react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pnpm add @chainlink/ccip-react-components

## Example Usage

For a working example of how to store, manage and use the NetworkConfig parameters, please refer to the example app here: in the [NextJS Example](../../examples/nextjs/config/networkConfig.ts)
For a working example of how to store, manage and use the `NetworkConfig` parameters, please refer to the example app here: in the [NextJS Example](../../examples/nextjs/config/networkConfig.ts)

```tsx
import 'ccip-react-components/dist/style.css';
Expand Down
Loading