diff --git a/package.json b/package.json index f66d6e6..0e4e76e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vimdb", - "version": "4.0.32", + "version": "4.0.33", "description": "Yet another IMDb Scraper", "author": "Vinicius Egidio ", "license": "MIT", @@ -57,4 +57,4 @@ "movies", "series" ] -} +} \ No newline at end of file diff --git a/src/controllers/Imdb.ts b/src/controllers/Imdb.ts index d553e5b..bc3cbb2 100644 --- a/src/controllers/Imdb.ts +++ b/src/controllers/Imdb.ts @@ -135,7 +135,7 @@ export default class Imdb { * * ```typescript * // Get information about the actress "Scarlett Johansson" - * imdb.getShow('nm0424060') + * imdb.getPerson('nm0424060') * .then(console.log) * ``` *