Skip to content

Commit 305cd15

Browse files
authored
Update README.md
1 parent aac9441 commit 305cd15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serverless Offline Plugin
1+
# Serverless Offline Python Plugin
22
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
33
[![npm version](https://badge.fury.io/js/serverless-offline.svg)](https://badge.fury.io/js/serverless-offline)
44
[![Build Status](https://travis-ci.org/dherault/serverless-offline.svg?branch=master)](https://travis-ci.org/dherault/serverless-offline)
@@ -35,14 +35,14 @@ For Serverless v1 only. See [this branch](https://github.com/dherault/serverless
3535

3636
First, add Serverless Offline to your project:
3737

38-
`npm install serverless-offline --save-dev`
38+
`npm install serverless-offline-python --save-dev`
3939

4040
Then inside your project's `serverless.yml` file add following entry to the plugins section: `serverless-offline`. If there is no plugin section you will need to add it to the file.
4141

4242
It should look something like this:
4343
```YAML
4444
plugins:
45-
- serverless-offline
45+
- serverless-offline-python
4646
```
4747
4848
You can check wether you have successfully installed the plugin by running the serverless command line:

0 commit comments

Comments
 (0)