aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-10-11 20:44:53 +0200
committerLoïc Hoguin <[email protected]>2012-10-11 20:44:53 +0200
commit642a8f73c9fef1fb8ce524169d619a80a6797ab0 (patch)
treed81668055df569ec68f822669da2f3703c9148b2 /examples
parente128e935af1950b665885f369819a58db88bf61e (diff)
downloadcowboy-642a8f73c9fef1fb8ce524169d619a80a6797ab0.tar.gz
cowboy-642a8f73c9fef1fb8ce524169d619a80a6797ab0.tar.bz2
cowboy-642a8f73c9fef1fb8ce524169d619a80a6797ab0.zip
Fix Vary header, was wrongly named Variances previously
Diffstat (limited to 'examples')
-rw-r--r--examples/rest_hello_world/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/rest_hello_world/README.md b/examples/rest_hello_world/README.md
index c0b8c8d..7072e5e 100644
--- a/examples/rest_hello_world/README.md
+++ b/examples/rest_hello_world/README.md
@@ -28,7 +28,7 @@ server: Cowboy
date: Fri, 28 Sep 2012 04:15:52 GMT
content-length: 136
Content-Type: text/html
-Variances: Accept
+Vary: Accept
<html>
<head>
@@ -51,7 +51,7 @@ server: Cowboy
date: Fri, 28 Sep 2012 04:16:46 GMT
content-length: 24
Content-Type: application/json
-Variances: Accept
+Vary: Accept
{"rest": "Hello World!"}
```
@@ -66,7 +66,7 @@ server: Cowboy
date: Fri, 28 Sep 2012 04:18:35 GMT
content-length: 25
Content-Type: text/plain
-Variances: Accept
+Vary: Accept
REST Hello World as text!
```