From f663c16b880f23e7216ab78bfc786a7742da1587 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 29 Apr 2012 17:40:47 -0400 Subject: [PATCH] update example --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5e15d66..2327a6d 100644 --- a/README.rst +++ b/README.rst @@ -22,14 +22,13 @@ If you make an HTTP request, it will automatically redirect:: $ curl -I http://secure-samurai.herokuapp.com/ HTTP/1.1 302 FOUND - Server: gunicorn/0.14.2 - Date: Sun, 29 Apr 2012 21:32:00 GMT - Connection: keep-alive + Content-length: 281 Content-Type: text/html; charset=utf-8 - Content-Length: 253 + Date: Sun, 29 Apr 2012 21:39:36 GMT Location: https://secure-samurai.herokuapp.com/ + Server: gunicorn/0.14.2 Strict-Transport-Security: max-age=31536000 - + Connection: keep-alive Install -------