diff --git a/README.md b/README.md index 9f8f8b72c..852e45612 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ request.get(url) Function that creates a new cookie. ```javascript -request.cookie('cookie_string_here') +request.cookie('key1=value1') ``` ### request.jar