Skip to content

Commit a5dc136

Browse files
committed
update readme
1 parent 4170762 commit a5dc136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Usage
66

7-
This package provides a ExecuteContext that can be used as a drop-in replacement for the default one.
7+
This package provides an `ExecuteContext` that can be used as a drop-in replacement for the default one.
88

99
```python
1010
from graphql_core_promise import PromiseExecutionContext
@@ -24,8 +24,8 @@ class MyGraphQLView(GraphQLView):
2424
execution_context_class = PromiseExecutionContext
2525
```
2626

27-
Note that this project requires graphene-django 3, which are not fully compatible issues with graphene-django 2.
27+
Note that this project requires graphene-django 3, which is not fully compatible with graphene-django 2.
2828

2929

3030
### How it works
31-
This packages is done by transating the asyncio code in the default `ExecuteContext` into promise based code.
31+
This packages is done by translating the asyncio code in the default `ExecuteContext` into promise based code.

0 commit comments

Comments
 (0)