From dbc7bf0dce72c28de5e04f5148e8f75a7b491467 Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Wed, 27 Nov 2024 15:08:34 +0000 Subject: [PATCH] skipruntime/client package is gone --- www/docs/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/getting_started.md b/www/docs/getting_started.md index aa922c3d0..a27dd4df1 100644 --- a/www/docs/getting_started.md +++ b/www/docs/getting_started.md @@ -2,9 +2,9 @@ ## Installation -Before you begin, we recommend installing the NPM packages for the Skip API, server, client, and helpers. +Before you begin, we recommend installing the NPM packages for the Skip API, server, and helpers. -```npm install @skipruntime/api @skipruntime/server @skipruntime/client @skipruntime/helpers``` +```npm install @skipruntime/api @skipruntime/server @skipruntime/helpers``` ## Introduction