From 23318ce77e9c53e247c3285c9eb4eb5ea214ad15 Mon Sep 17 00:00:00 2001 From: Chris McGuire Date: Fri, 28 Feb 2014 08:52:37 -0500 Subject: [PATCH] README: Refer the the library as a library, not an egg. This commit updates the README to refer to the library as a library rather than an egg. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 23d3d86..5097770 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ AWeber API Python Library ------------------------- The AWeber API Python Library allows you to quickly get up and running with integrating access to the AWeber API into your Python applications. This -egg requires the python-oauth2 to handle the authentication. +library requires the python-oauth2 to handle the authentication. .. image:: https://secure.travis-ci.org/aweber/AWeber-API-Python-Library.png?branch=master :target: https://secure.travis-ci.org/aweber/AWeber-API-Python-Library @@ -18,7 +18,7 @@ egg requires the python-oauth2 to handle the authentication. Installation ============ -This egg can be installed by checking out the source:: +The library can be installed by checking out the source:: $ sudo python setup.py install