Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 599a4a2

Browse filesBrowse files
author
Alex Schworer
committed
update README
1 parent 434d48f commit 599a4a2
Copy full SHA for 599a4a2

File tree

1 file changed

+6
-4
lines changed
Filter options

1 file changed

+6
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+6-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.