Fix code block syntax in README.md

This commit is contained in:
2024-01-18 12:43:30 -05:00
parent 6537e1ca38
commit b1007cb1c3
+1 -2
View File
@@ -29,7 +29,7 @@ $ pip install neon-client
## Usage
```pycon
```python
>>> from neon_client import NeonClient
>>> neon = NeonClient(api_key='your_api_key')
@@ -43,7 +43,6 @@ $ pip install neon-client
>>> # Get all the projects
>>> projects = neon.projects()
>>> # Get a specific project
>>> project = neon.project(project_id='your_project_id')