Skip to content

Commit

Permalink
I resolved spelling and capitalization mistakes. (#290)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
quinnkj authored Apr 8, 2022
1 parent 57cd786 commit 7bf0aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A [SQLAlchemy](http://www.sqlalchemy.org/) integration for [Graphene](http://gra

## Installation

For instaling graphene, just run this command in your shell
For installing Graphene, just run this command in your shell.

```bash
pip install "graphene-sqlalchemy>=2.0"
Expand All @@ -34,7 +34,7 @@ class UserModel(Base):
last_name = Column(String)
```

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

```python
import graphene
Expand Down

0 comments on commit 7bf0aa5

Please sign in to comment.