diff --git a/README.md b/README.md index 75c349e..4b48712 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Python module to retrieve IMDB movie info from $ python >>> import pymdb - >>> movie = pymdb.Movie('zeitgeist') + >>> m = pymdb.Movie('zeitgeist') # access by movie attribute (first access will retrieve all data) >>> m.year u'2007'