Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 8, 2014
1 parent 5b076f1 commit fa1cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Fine-tune cURL options:

.. code-block:: php
$client->getClient()->setDefaultOption('config/curl/' . CURLOPT_TIMEOUT, 60);
$client->getClient()->setDefaultOption('config/curl/'.CURLOPT_TIMEOUT, 60);
Click on links:

Expand Down

0 comments on commit fa1cd6a

Please sign in to comment.