File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,9 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
227227
228228.. tip ::
229229
230- If you get a error like as ``Connection was reset for "https://cdn.jsdelivr.net/npm/...". ``,
231- than you can temporaly configure the proxy for connection to the ``jsDelivr `` CDN:
230+ If you see a network error like *Connection was reset for "https://cdn.jsdelivr.net/npm/..." *,
231+ it may be caused by a proxy or firewall restriction. In that case, you can
232+ temporarily configure a proxy to connect to the ``jsDelivr `` CDN:
232233
233234 .. code-block :: yaml
234235
@@ -238,7 +239,7 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
238239 http_client :
239240 default_options :
240241 proxy : ' 185.250.180.238:8080'
241- # If you use CURL, add extra options:
242+ # if you use CURL, add extra options:
242243 extra :
243244 curl :
244245 # 61 is value of constant CURLOPT_HTTPPROXYTUNNEL
You can’t perform that action at this time.
0 commit comments