From 890d32c5356714ccc4374efc640bda5afff8a6f2 Mon Sep 17 00:00:00 2001 From: Abdulhamid Sonaike Date: Sun, 11 May 2025 22:35:27 +0100 Subject: [PATCH] Update README.md the -s doesn't make the downloading of the development work, it was until I removed it, then I was able to download the vapi server sdk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a82b9bc..37e3c14 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Vapi TypeScript library provides convenient access to the Vapi API from Type ## Installation ```sh -npm i -s @vapi-ai/server-sdk +npm i @vapi-ai/server-sdk ``` ## Usage