From feccebac625b4ae53344e2c3b7cc216809146855 Mon Sep 17 00:00:00 2001 From: Seva Zhidkov Date: Thu, 26 Feb 2015 08:54:48 +0400 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e33e0b6..508511d 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ otherwise, ``None`` is returned. .. code-block:: python >>> import giphypop - >>> g = Giphy() + >>> g = giphypop.Giphy() Now you're ready to get started. There are a few key methods of the ``giphypop.Giphy`` object that you'll want to know about @@ -80,7 +80,7 @@ than a generator. This method will have that effect. Equivalent to: .. code-block:: python - >>> g = Giphy() + >>> g = giphypop.Giphy() >>> results = [x for x in g.search('foo')] translate