mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:53:24 +00:00
spelling/grammar
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
The library can run in many environments, so it can be tricky to figure out how to set it up.
|
||||
|
||||
So here is a checklist, for more specific environments, keep reading below:
|
||||
Here is a checklist. For more specific environments, keep reading below:
|
||||
- When requests are very restricted (like browser client-side). Configure a proxied fetcher.
|
||||
- When your requests come from the same device it will be streamed on (Not compatible with proxied fetcher). Set `consistentIpForRequests: true`.
|
||||
- When your requests come from the same device on which it will be streamed (not compatible with proxied fetcher). Set `consistentIpForRequests: true`.
|
||||
- To set a target. Consult [Targets](./1.targets.md).
|
||||
|
||||
To make use of the examples below, You check check out the following pages:
|
||||
To make use of the examples below, check out the following pages:
|
||||
- [Quick start](../1.get-started/1.quick-start.md)
|
||||
- [Using streams](../2.essentials/4.using-streams.md)
|
||||
|
||||
|
Reference in New Issue
Block a user