Skip to content

Commit

Permalink
Merge pull request #20 from lucascz37/main
Browse files Browse the repository at this point in the history
Fixed typo on README.md and index.md
  • Loading branch information
richecr authored Oct 1, 2021
2 parents bd74f15 + af2f156 commit 98c05af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Note that we want to use `ipython` here, because it supports using await express

```Python
from databases import Database
from duck_orm.Model import Model
from duck_orm.model import Model

db = Database('sqlite:///example.db')
await db.connect()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Note that we want to use `ipython` here, because it supports using await express

```Python
from databases import Database
from duck_orm.Model import Model
from duck_orm.model import Model

db = Database('sqlite:///example.db')
await db.connect()
Expand Down

0 comments on commit 98c05af

Please sign in to comment.