File tree 1 file changed +4
-3
lines changed
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::
227
227
228
228
.. tip ::
229
229
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:
232
233
233
234
.. code-block :: yaml
234
235
@@ -238,7 +239,7 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
238
239
http_client :
239
240
default_options :
240
241
proxy : ' 185.250.180.238:8080'
241
- # If you use CURL, add extra options:
242
+ # if you use CURL, add extra options:
242
243
extra :
243
244
curl :
244
245
# 61 is value of constant CURLOPT_HTTPPROXYTUNNEL
You can’t perform that action at this time.
0 commit comments