From a33f644340dd8d5f1609049ecb3dafe459a8ef77 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 1 May 2018 13:53:13 -0400 Subject: [PATCH] Clarified example comment. --- config/vufind/config.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/vufind/config.ini b/config/vufind/config.ini index b7a9c623340..f21bded20f6 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -1119,8 +1119,9 @@ url = https://www.myendnoteweb.com/EndNoteWeb.html ;timeout = 30 ; default timeout if not overridden by more specific code/settings -; Using a curl Adapter instead of the the defaultAdapter (Socket) -; adapter = 'Zend\Http\Client\Adapter\Curl' +; Example: Using a CURL Adapter instead of the the defaultAdapter (Socket); note +; that you may also need to install CURL and PHP/CURL packages on your server. +;adapter = 'Zend\Http\Client\Adapter\Curl' ; Spelling Suggestions ; -- GitLab