Skip to content

Commit

Permalink
remove cors-anywhere reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bell-steven authored Feb 12, 2021
1 parent 6bd6513 commit 20a103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export default GooglePlacesInput;
## Web Support
Web support can be enabled via the `requestUrl` prop, by passing in a URL that you can use to proxy your requests. CORS implemented by the Google Places API prevent using this library directly on the web. You can use a proxy server like [CORS Anywhere](https://github.com/Rob--W/cors-anywhere/) or roll your own. Please be mindful of this limitation when opening an issue.
Web support can be enabled via the `requestUrl` prop, by passing in a URL that you can use to proxy your requests. CORS implemented by the Google Places API prevent using this library directly on the web. You will need to use a proxy server. Please be mindful of this limitation when opening an issue.
The `requestUrl` prop takes an object with two properties: `useOnPlatform` and `url`.
Expand Down

0 comments on commit 20a103e

Please sign in to comment.