Skip to content

Commit c7c3c5c

Browse files
committed
reformat readme
1 parent 93b61b4 commit c7c3c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Install from PyPI using `easy_install` or `pip`.
4040
outputs = (iphone, web)
4141
another_job = zen.job.create(input_url, outputs=outputs)
4242

43+
**Note:** If you set the `ZENCODER_API_KEY` environment variable to your api key, you don't have to provide it when initializing Zencoder.
4344

4445
## Specifying the API Version
4546
Set the version of the Zencoder API you want to use as the `api_version` keyword to the `Zencoder` object (defaults to `v2`):
@@ -52,8 +53,6 @@ zen = Zencoder(api_version='v1')
5253
zen = Zencoder(api_version='edge')
5354
```
5455

55-
**Note:** If you set the `ZENCODER_API_KEY` environment variable to your api key, you don't have to provide it when initializing Zencoder.
56-
5756
## Contributors
5857
* [Senko Rasic](http://github.com/senko)
5958
* [Josh Kennedy](http://github.com/kennedyj)

0 commit comments

Comments
 (0)