Skip to content

Commit 283d002

Browse files
committed
Fix Markdown in README file
1 parent 9d09caf commit 283d002

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@ that README and the corresponding tests in parallel.
5656

5757
GraphQL-core 3 can be installed from PyPI using the built-in pip command:
5858

59-
python -m pip install graphql-core
59+
```sh
60+
python -m pip install graphql-core
61+
```
6062

6163
Or, if you prefer [uv](https://github.com/astral-sh/uv):
6264

63-
uv pip install graphql-core
65+
```sh
66+
uv pip install graphql-core
67+
```
6468

6569

6670
## Usage

0 commit comments

Comments
 (0)