Skip to content

Commit 6e895ee

Browse files
committed
docs: update installation guide of serverless on version to install
1 parent b247b7e commit 6e895ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Fetch question of today from Leetcode's GraphQL API and send it to Telegram chan
3131
##### NPM
3232

3333
```bash
34-
npm install serverless@2.63.0 --global
34+
npm install serverless@3 --global
3535
npm install
3636
```
3737

3838
##### Yarn
3939

4040
```bash
41-
yarn global add serverless@2.63.0
41+
yarn global add serverless@3
4242
yarn
4343
```
4444

0 commit comments

Comments
 (0)