Use rST header levels consistently in the README.

This commit is contained in:
Evan Broder
2010-05-23 22:56:57 -04:00
parent ae32298a9d
commit 6f1668334f
+3 -3
View File
@@ -14,12 +14,12 @@ available in version 2 of the `Github API`_.
.. _`Github API`: http://develop.github.com/
Introduction
------------
============
You should read the developer documentation for the `Github API`_ first.
Installation
=============
------------
You can install ``python-github2`` either via the Python Package Index (PyPI)
or from source.
@@ -39,7 +39,7 @@ by doing the following,::
# python setup.py install # as root
Creating a request
==================
------------------
>>> from github2.client import Github
>>> github = Github(username="ask", api_token=".......")