From ab180ed358fa79f32358d6e0980c77ead8e09464 Mon Sep 17 00:00:00 2001 From: Sagar Batchu Date: Thu, 16 May 2024 19:47:17 -0700 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6d265f6a..5e0cf1cb 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,26 @@ -# Vercel TypeScript SDK - -
- - - - +
+ +

Vercel is the Frontend Cloud

+ +
## SDK Installation +> [!WARNING] +> This SDK is not yet published to a package manager + ### NPM ```bash -npm add vercel +npm add https://github.com/speakeasy-sdks/vercel-ts ``` ### Yarn ```bash -yarn add vercel +yarn add https://github.com/speakeasy-sdks/vercel-ts ```