From 2d7ec4e883aa0d9403f4cf21af3aa8b6dd65f43a Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 13 Aug 2024 16:49:16 +0200 Subject: [PATCH] fix: :truck: Complete rename --- app/sdks/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/sdks/page.mdx b/app/sdks/page.mdx index 86443d6..7ec7583 100644 --- a/app/sdks/page.mdx +++ b/app/sdks/page.mdx @@ -3,7 +3,7 @@ import { Libraries } from '@/components/Libraries' export const metadata = { title: 'Versia SDKs', description: - 'Versia offers well-written SDKs in various languages to help you create Lysand applications with ease.', + 'Versia offers well-written SDKs in various languages to help you create Versia applications with ease.', } export const sections = [ @@ -12,6 +12,6 @@ export const sections = [ # Protocol SDKs -The Lysand development team offers a well-written SDK in TypeScript to help you create Lysand applications with ease. {{ className: 'lead' }} +The Versia development team offers a well-written SDK in TypeScript to help you create Versia applications with ease. {{ className: 'lead' }}