Skip to content

Commit

Permalink
docs(getting-started): update npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardodimarchi committed Mar 2, 2024
1 parent 640dfc1 commit ee4661f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions www/docs/main/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand All @@ -23,7 +21,7 @@ First, inside your project, run the following command:
<TabItem value="npm" label="NPM" default>

```bash
npm run i --save @h4ad/serverless-adapter
npm i --save @h4ad/serverless-adapter
```

</TabItem>
Expand All @@ -36,6 +34,3 @@ yarn add @h4ad/serverless-adapter

</TabItem>
</Tabs>



0 comments on commit ee4661f

Please sign in to comment.