Browse Source

Fix in documentation

Jan Oris 7 years ago
parent
commit
a73a58feb6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -418,8 +418,8 @@ any validation on the cURL options. Additional information about available cURL
 | withFile()            |  none             | Add a file to the form data to be sent                            |
 | containsFile()        |  false            | Should be used to submit files through forms                      |
 | withData()            |  array()          | Add an array of data to sent with the request (GET or POST)       |
-| setCookieFile()       |  none             | Set a file to store cookies in                                    |
-| setCookieJar()        |  none             | Set a file to read cookies from                                   |
+| setCookieFile()       |  none             | Set a file to read cookies from                                   |
+| setCookieJar()        |  none             | Set a file to store cookies in                                    |
 | withOption()          |  none             | Generic method to add any cURL option to the request              |
 
 For specific information regarding parameters and return types, I encourage you to take a look at