Skip to content

Commit 264842e

Browse files
Add package name for easy copy-and-paste
This would have saved me the time to open `setup.py` just to look for the exact name of the package. The lowercaseness in my patch is deliberate. Thanks for this great library!
1 parent 4183613 commit 264842e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Adds GraphQL support to your Flask application.
66

7+
## Installation
8+
9+
```shell
10+
pip install flask-graphql
11+
```
12+
713
## Usage
814

915
Just use the `GraphQLView` view from `flask_graphql`

0 commit comments

Comments
 (0)