From ee4661fc3a7a3d518d4ff3f4ff033ce5a01066ba Mon Sep 17 00:00:00 2001 From: leonardo dimarchi <62081192+leonardodimarchi@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:02:30 -0300 Subject: [PATCH] docs(getting-started): update npm install command --- www/docs/main/getting-started/installation.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/www/docs/main/getting-started/installation.mdx b/www/docs/main/getting-started/installation.mdx index c305ff29..0b45d373 100644 --- a/www/docs/main/getting-started/installation.mdx +++ b/www/docs/main/getting-started/installation.mdx @@ -4,8 +4,6 @@ position: 1 description: See more about how to install this library. --- - - import TabItem from '@theme/TabItem'; import Tabs from '@theme/Tabs'; @@ -23,7 +21,7 @@ First, inside your project, run the following command: ```bash - npm run i --save @h4ad/serverless-adapter + npm i --save @h4ad/serverless-adapter ``` @@ -36,6 +34,3 @@ yarn add @h4ad/serverless-adapter - - -