We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b54fb commit ece9ef0Copy full SHA for ece9ef0
README.md
@@ -1,6 +1,6 @@
1
# Zencoder
2
3
-A Python module for the [Zencoder](http://zencoder.com) API
+A Python module for the [Zencoder](http://zencoder.com) API.
4
5
## Installation
6
Install from PyPI using `easy_install` or `pip`.
@@ -52,6 +52,8 @@ zen = Zencoder(api_version='v1')
52
# set to the edge version: https://app.zencoder.com/api/
53
zen = Zencoder(api_version='edge')
54
```
55
+## Documentation
56
+Docs are in progress, and hosted at Read the Docs: http://zencoder.rtfd.org
57
58
## Contributors
59
* [Senko Rasic](http://github.com/senko)
0 commit comments