Skip to content

Commit ed9a1ca

Browse files
committed
change README formatting
1 parent f0d6a99 commit ed9a1ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines 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)