Skip to content

Commit c462bdf

Browse files
committed
Minor README cleanup
1 parent e2685f4 commit c462bdf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
44

55
A Serverless v1.0 plugin to build your deploy Python WSGI applications using Serverless. Compatible
6-
WSGI application frameworks include Flask, Django and Pyramids - for a complete list, see:
6+
WSGI application frameworks include Flask, Django and Pyramid - for a complete list, see:
77
[http://wsgi.readthedocs.io/en/latest/frameworks.html](http://wsgi.readthedocs.io/en/latest/frameworks.html).
88

99
### Features
@@ -17,7 +17,7 @@ WSGI application frameworks include Flask, Django and Pyramids - for a complete
1717
## Install
1818

1919
```
20-
npm install serverless-wsgi
20+
npm install --save serverless-wsgi
2121
```
2222

2323
Add the plugin to your `serverless.yml` file and set the WSGI application:
@@ -100,8 +100,6 @@ Add Flask to the application bundle.
100100
101101
```
102102
Flask==0.11.1
103-
requests==2.11.1
104-
105103
```
106104

107105

@@ -143,6 +141,7 @@ of your Serverless service path:
143141

144142
```
145143
Flask==0.11.1
144+
requests==2.11.1
146145
```
147146

148147
For more information, see [https://pip.readthedocs.io/en/1.1/requirements.html](https://pip.readthedocs.io/en/1.1/requirements.html).

0 commit comments

Comments
 (0)