mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Fix code block syntax in README.md
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user