mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
spelling/grammar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Customize providers
|
||||
|
||||
You make a provider controls in two ways. Either with `makeProviders()` (the simpler option) or with `buildProviders()` (more elaborate and extensive option).
|
||||
You make the provider controls in two ways. Either with `makeProviders()` (the simpler option) or with `buildProviders()` (more elaborate and extensive option).
|
||||
|
||||
## `makeProviders()` (simple)
|
||||
|
||||
@@ -41,7 +41,7 @@ const providers = buildProviders()
|
||||
|
||||
### Adding only select few providers
|
||||
|
||||
Not all providers are great quality, so you can make a instance of the controls with only the providers you want.
|
||||
Not all providers are great quality, so you can make an instance of the controls with only the providers you want.
|
||||
|
||||
```ts
|
||||
const providers = buildProviders()
|
||||
@@ -55,7 +55,7 @@ const providers = buildProviders()
|
||||
|
||||
### Adding your own scrapers to the providers
|
||||
|
||||
If you have your own scraper and still want to use the nice utils of the provider library or just want to add on to the builtin providers. You can add your own custom source.
|
||||
If you have your own scraper and still want to use the nice utilities of the provider library or just want to add on to the built-in providers, you can add your own custom source.
|
||||
|
||||
```ts
|
||||
const providers = buildProviders()
|
||||
|
Reference in New Issue
Block a user