Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc: How to update serverless #6052

Merged
merged 1 commit into from
Apr 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First things first, let's get the Serverless framework installed on your machine
# Installing the serverless cli # Installing the serverless cli
npm install -g serverless npm install -g serverless
# Updating serverless from a previous version of serverless # Updating serverless from a previous version of serverless
npm install -g serverless npm update -g serverless
``` ```


Next up, it's time to choose where you'd like your serverless service to run. Next up, it's time to choose where you'd like your serverless service to run.
Expand Down