From 5cfc807a363332dd0a768a4df300a3829bd662fe Mon Sep 17 00:00:00 2001 From: Luc van Kampen Date: Fri, 23 Feb 2024 18:06:23 +0000 Subject: [PATCH] Update CCIP Resolvers Title (#188) Co-authored-by: Greg <35093316+gskril@users.noreply.github.com> --- docs/resolvers/ccip.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resolvers/ccip.mdx b/docs/resolvers/ccip.mdx index 0cd14d8b7..c83b64235 100644 --- a/docs/resolvers/ccip.mdx +++ b/docs/resolvers/ccip.mdx @@ -1,7 +1,7 @@ {/** @type {import('@/lib/mdxPageProps').MdxMetaProps} */} export const meta = { - title: 'Cross Chain Interoperability Protocol (CCIP)', - description: '', + title: 'Offchain Resolvers (CCIP Read)', + description: 'Learn about how CCIP Read enables Offchain ENS Resolvers, how a gateway works, trust assumptions, and more.', emoji: '⛓️', contributors: ['lucemans'], };