diff --git a/docs/guides/movies.md b/docs/guides/movies.md index 8fecc26ac..b100e348e 100644 --- a/docs/guides/movies.md +++ b/docs/guides/movies.md @@ -9,7 +9,7 @@ By using `MOVIES` category you can interact with the movie providers. And have a import { MOVIES } from '@consumet/extensions'; // is the name of the provider you want to use. list of the proivders is below. -const movieProvider = MOVIES.(); +const movieProvider = new MOVIES.(); ``` ## Common Methods