diff --git a/Readme.md b/Readme.md
index 037ee6f..e90c5ba 100644
--- a/Readme.md
+++ b/Readme.md
@@ -138,7 +138,7 @@ response.location('/foo')
let html = fs.readFileSync('./index.html')
response.render(html) // send from a html file.
-let txt = '
hello doJS
'
+let txt = 'hello world
'
response.render(txt)
response.render("You're not able to here", 401)
@@ -189,3 +189,12 @@ response.send(200, 'success', { name: 'foo', age: 16 }, 'blabla')
* data `` | `` optional
> 向客户端输出内容。
+
+
+### cookie(key, value, options)
+
+* key ``
+* value ``
+* options `