Skip to content

Commit 18015b5

Browse files
authored
I resolved spelling and capitalization mistakes.
For <span style="color:red">~~instaling~~</span><span style="color:green">installing</span> <span style="color:red">~~g~~</span><span style="color:green">Graphene</span>, just run this command in your shell<span style="color:green">.</span>
1 parent 20ecaea commit 18015b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A [SQLAlchemy](http://www.sqlalchemy.org/) integration for [Graphene](http://gra
1010

1111
## Installation
1212

13-
For instaling graphene, just run this command in your shell
13+
For installing Graphene, just run this command in your shell.
1414

1515
```bash
1616
pip install "graphene-sqlalchemy>=2.0"
@@ -34,7 +34,7 @@ class UserModel(Base):
3434
last_name = Column(String)
3535
```
3636

37-
To create a GraphQL schema for it you simply have to write the following:
37+
To create a GraphQL schema for it, you simply have to write the following:
3838

3939
```python
4040
import graphene

0 commit comments

Comments
 (0)