Skip to content

Commit

Permalink
docs(movies): add new keyword (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
elbasel authored Jul 11, 2023
1 parent 8ce5610 commit 138b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/movies.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ By using `MOVIES` category you can interact with the movie providers. And have a
import { MOVIES } from '@consumet/extensions';

// <providerName> is the name of the provider you want to use. list of the proivders is below.
const movieProvider = MOVIES.<providerName>();
const movieProvider = new MOVIES.<providerName>();
```

## Common Methods
Expand Down

0 comments on commit 138b1df

Please sign in to comment.