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 ed9a1ca

Browse filesBrowse files
committed
change README formatting
1 parent f0d6a99 commit ed9a1ca
Copy full SHA for ed9a1ca

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
A Python module for the [Zencoder](http://zencoder.com) API
44

55
## Installation
6-
Eventually I'll get around to putting this on PyPI, when that happens you can install with easy_install:
6+
Install from PyPI using easy_install:
77
easy_install zencoder
88
or with pip:
99
pip install zencoder
1010

1111
## Dependencies
12-
zencoder-py depends on [httplib2](http://code.google.com/p/httplib2/), and uses the json module.
12+
`zencoder-py` depends on [httplib2](http://code.google.com/p/httplib2/), and uses the `json` module.
1313

14-
Install httplib2 with pip or easy_install.
14+
Install `httplib2` with `pip` or `easy_install`.
1515
pip install httplib2
1616

1717
## Usage
@@ -48,5 +48,5 @@ Install httplib2 with pip or easy_install.
4848

4949

5050

51-
**Note:** If you set the **ZENCODER\_API\_KEY** environment variable to your api key, you don't have to provide it when initializing Zencoder.
51+
**Note:** If you set the `**ZENCODER\_API\_KEY**` environment variable to your api key, you don't have to provide it when initializing Zencoder.
5252

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.