Skip to content

Commit 599a4a2

Browse files
author
Alex Schworer
committed
update README
1 parent 434d48f commit 599a4a2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ from zencoder import Zencoder
2020

2121
Create an instance of the Zencoder client. This will accept an API key and version. If not API key is set, it will look for a `ZENCODER_API_KEY` environment variable. API version defaults to 'v2'.
2222

23-
# If you want to specify an API key when creating a client
24-
client = Zencoder('API_KEY')
23+
```python
24+
# If you want to specify an API key when creating a client
25+
client = Zencoder('API_KEY')
2526

26-
# If you have the environment variable set
27-
client = Zencoder()
27+
# If you have the environment variable set
28+
client = Zencoder()
29+
```
2830

2931
## [Jobs](https://app.zencoder.com/docs/api/jobs)
3032

0 commit comments

Comments
 (0)